Date: Sun, 15 Feb 2026 16:05:41 +0000 From: Ahmad Khalifa <vexeduxr@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: a404c2315b0a - main - Revert "stand: compile ia32 EFI loader with -malign-double" Message-ID: <6991eed5.22997.355bcc58@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vexeduxr: URL: https://cgit.FreeBSD.org/src/commit/?id=a404c2315b0a22d46faf193a556f186e97bddab2 commit a404c2315b0a22d46faf193a556f186e97bddab2 Author: Ahmad Khalifa <vexeduxr@FreeBSD.org> AuthorDate: 2026-02-15 15:57:22 +0000 Commit: Ahmad Khalifa <vexeduxr@FreeBSD.org> CommitDate: 2026-02-15 16:02:59 +0000 Revert "stand: compile ia32 EFI loader with -malign-double" The loader shares types with various libraries that don't compile with this flag. Revert for now. Reported by: jrtc27 --- stand/efi/loader/arch/i386/Makefile.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/stand/efi/loader/arch/i386/Makefile.inc b/stand/efi/loader/arch/i386/Makefile.inc index 89fcb2a3c093..e27b553c6bab 100644 --- a/stand/efi/loader/arch/i386/Makefile.inc +++ b/stand/efi/loader/arch/i386/Makefile.inc @@ -7,5 +7,3 @@ SRCS+= amd64_tramp.S \ SRCS+= nullconsole.c \ comconsole.c \ spinconsole.c - -CFLAGS+= -malign-doublehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6991eed5.22997.355bcc58>
