1
0
mirror of https://git.FreeBSD.org/src.git synced 2026-06-02 11:24:32 +00:00
Files
src/stand/efi/ficl32efi/Makefile
T
Ahmad Khalifa d15cc7625d stand: compile ia32 EFI loader with -malign-double
The UEFI spec says:
> Structures are aligned on boundaries equal to the largest internal
> datum of the structure and internal data are implicitly padded to
> achieve natural alignment.

Unlike the old Intel EFI toolkit, the EDK2 headers expect ia32 builds to
use -malign-double to achive this.

Make EFI versions of libsa32, liblua32, and ficl32. With the difference
being that they are compiled with -malign-double.

Differential Revision:	https://reviews.freebsd.org/D55385
2026-05-30 05:40:39 +03:00

4 lines
50 B
Makefile

DO32=1
.include "${.CURDIR}/../../ficl/Makefile"