git: a404c2315b0a - main - Revert "stand: compile ia32 EFI loader with -malign-double"

From: Ahmad Khalifa <vexeduxr_at_FreeBSD.org>
Date: Sun, 15 Feb 2026 16:05:41 UTC
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-double