diff options
| author | Michael Brown | 2023-01-22 21:31:30 +0100 |
|---|---|---|
| committer | Michael Brown | 2023-01-22 21:36:57 +0100 |
| commit | 8f59911b201a89b99a2b0c8930b505cc3820b423 (patch) | |
| tree | e8c2a8b22ea54654ffe6913478e71cae1b1d276a /src/include | |
| parent | [dhcp] Simplify platform-specific client architecture definitions (diff) | |
| download | ipxe-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/include')
0 files changed, 0 insertions, 0 deletions
