mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
de013d2f04
`genprotimg` can be useful on non-s390x architectures such as x86 or arm. Therefore add `genprotimg` to the non-s390x target list. How to build genprotimg on a non-s390x system (s390x cross-compiler required) $ # Build and install /usr/bin/genprotimg $ make -C genprotimg $ make install -C genprotimg $ # Build and install the genprotimg bootloaders $ make -C genprotimg/boot HOST_ARCH=s390x CROSS_COMPILE=s390x-linux-gnu- $ make install -C genprotimg/boot HOST_ARCH=s390x CROSS_COMPILE=s390x-linux-gnu- Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
2.2 KiB
2.2 KiB