david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/arch/arm32
Michael Brown 8866c919f8 [build] Fix ARM32 EFI builds with current EDK2 headers
EDK2 commit 6440385 ("MdePkg/Include: Add enumeration size checks to
Base.h") enforced the UEFI specification mandate that enums should
always be 32 bits.  This revealed a latent bug in iPXE, which does not
build with -fno-short-enums.

Fix by adding -fno-short-enums to CFLAGS for ARM32 EFI builds.

Reported-by: Benjamin S. Allen <bsallen@alcf.anl.gov>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2017-07-28 15:46:06 +01:00
..
core [arm] Split out 32-bit-specific code to arch/arm32 2016-05-08 00:18:35 +01:00
include [dhcp] Automatically generate vendor class identifier string 2016-07-04 15:07:05 +01:00
libgcc [arm] Split out 32-bit-specific code to arch/arm32 2016-05-08 00:18:35 +01:00
Makefile [arm] Split out 32-bit-specific code to arch/arm32 2016-05-08 00:18:35 +01:00
Makefile.efi [build] Fix ARM32 EFI builds with current EDK2 headers 2017-07-28 15:46:06 +01:00