]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[arm] Support building as a Linux userspace binary for AArch32
authorMichael Brown <mcb30@ipxe.org>
Tue, 24 Sep 2024 18:15:11 +0000 (19:15 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 24 Sep 2024 18:17:34 +0000 (19:17 +0100)
commit8844a3d5464c4632a1374cbb9304aeea61d0166f
treec6303d54a2071d792dbf35ddb61b6c4a3475a6c0
parente0282688c1d9795a1400718b8c9e3f468530ae97
[arm] Support building as a Linux userspace binary for AArch32

Add support for building as a Linux userspace binary for AArch32.
This allows the self-test suite to be more easily run for the 32-bit
ARM code.  For example:

  make CROSS=arm-linux-gnu- bin-arm32-linux/tests.linux

  qemu-arm -L /usr/arm-linux-gnu/sys-root/ \
           ./bin-arm32-linux/tests.linux

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/arm32/Makefile.linux [new file with mode: 0644]