Module Name:    src
Committed By:   nonaka
Date:           Mon Feb  6 10:32:35 UTC 2017

Modified Files:
        src/sys/arch/i386/stand/efiboot: Makefile.efiboot

Log Message:
Remove unnecessary flag.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/i386/stand/efiboot/Makefile.efiboot

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/stand/efiboot/Makefile.efiboot
diff -u src/sys/arch/i386/stand/efiboot/Makefile.efiboot:1.5 src/sys/arch/i386/stand/efiboot/Makefile.efiboot:1.6
--- src/sys/arch/i386/stand/efiboot/Makefile.efiboot:1.5	Sun Feb  5 10:13:18 2017
+++ src/sys/arch/i386/stand/efiboot/Makefile.efiboot	Mon Feb  6 10:32:35 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.efiboot,v 1.5 2017/02/05 10:13:18 joerg Exp $
+# $NetBSD: Makefile.efiboot,v 1.6 2017/02/06 10:32:35 nonaka Exp $
 
 S=		${.CURDIR}/../../../../..
 
@@ -49,7 +49,6 @@ CPPFLAGS+= -I${.CURDIR}/../../lib
 COPTS+= -ffreestanding -fPIC -fshort-wchar -fno-strict-aliasing -fno-builtin
 COPTS+= -fno-stack-protector
 COPTS+= ${${ACTIVE_CC} == "gcc":? -Wno-error=unused-but-set-variable :}
-COPTS+= ${${ACTIVE_CC} == "gcc":? -falign-functions=16 :}
 CPPFLAGS+= -nostdinc -D_STANDALONE
 CPPFLAGS+= -DEFIBOOT
 

Reply via email to