mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
A subset of s390 tools can be useful on non-s390x architectures such as x86 or arm. Limit the build targets for these architectures with 'pvattest' and 'libpv' as the first candidates. A cross compilation on x86 for s390x will still build the entire package provided that the HOST_ARCH variable is set properly: $ make HOST_ARCH=s390x CROSS_COMPILE=s390x-linux-gnu- Cross compilation on s390x for x86 will limit the build targets as described: $ make HOST_ARCH=x86_64 CROSS_COMPILE=x86_64-linux-gnu- Co-developed-by: Jan Höppner <hoeppner@linux.ibm.com> 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