Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand/efiboot Remove unnecessary flag.



details:   https://anonhg.NetBSD.org/src/rev/de35a34c27a3
branches:  trunk
changeset: 821445:de35a34c27a3
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Mon Feb 06 10:32:35 2017 +0000

description:
Remove unnecessary flag.

diffstat:

 sys/arch/i386/stand/efiboot/Makefile.efiboot |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f202bc0ced36 -r de35a34c27a3 sys/arch/i386/stand/efiboot/Makefile.efiboot
--- a/sys/arch/i386/stand/efiboot/Makefile.efiboot      Mon Feb 06 02:26:44 2017 +0000
+++ b/sys/arch/i386/stand/efiboot/Makefile.efiboot      Mon Feb 06 10:32:35 2017 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index