summaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
authorMichael Brown2023-01-22 21:31:30 +0100
committerMichael Brown2023-01-22 21:36:57 +0100
commit8f59911b201a89b99a2b0c8930b505cc3820b423 (patch)
treee8c2a8b22ea54654ffe6913478e71cae1b1d276a /src/scripts
parent[dhcp] Simplify platform-specific client architecture definitions (diff)
downloadipxe-8f59911b201a89b99a2b0c8930b505cc3820b423.tar.gz
ipxe-8f59911b201a89b99a2b0c8930b505cc3820b423.tar.xz
ipxe-8f59911b201a89b99a2b0c8930b505cc3820b423.zip
[arm] Support building as a Linux userspace binary for AArch64
Add support for building as a Linux userspace binary for AArch64. This allows the self-test suite to be more easily run for the 64-bit ARM code. For example: # On a native AArch64 system: # make bin-arm64-efi/tests.linux && ./bin-arm64-efi/tests.linux # On a non-AArch64 system (e.g. x86_64) via cross-compilation, # assuming that kernel and glibc headers are present within # /usr/aarch64-linux-gnu/sys-root/: # make bin-arm64-linux/tests.linux CROSS=aarch64-linux-gnu- && \ qemu-aarch64 -L /usr/aarch64-linux-gnu/sys-root/ \ ./bin-arm64-linux/tests.linux Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/scripts')
0 files changed, 0 insertions, 0 deletions