commit | 8844a3d5464c4632a1374cbb9304aeea61d0166f | [log] [tgz] |
---|---|---|
author | Michael Brown <mcb30@ipxe.org> | Tue Sep 24 19:15:11 2024 +0100 |
committer | Michael Brown <mcb30@ipxe.org> | Tue Sep 24 19:17:34 2024 +0100 |
tree | c6303d54a2071d792dbf35ddb61b6c4a3475a6c0 | |
parent | e0282688c1d9795a1400718b8c9e3f468530ae97 [diff] |
[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>