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/boot remove commented out -fno-reorder-f...
details: https://anonhg.NetBSD.org/src/rev/4fb2b6084e4c
branches: trunk
changeset: 792377:4fb2b6084e4c
user: christos <christos%NetBSD.org@localhost>
date: Wed Jan 01 22:07:54 2014 +0000
description:
remove commented out -fno-reorder-functions
diffstat:
sys/arch/i386/stand/boot/Makefile.boot | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 787bd20d7969 -r 4fb2b6084e4c sys/arch/i386/stand/boot/Makefile.boot
--- a/sys/arch/i386/stand/boot/Makefile.boot Wed Jan 01 22:06:13 2014 +0000
+++ b/sys/arch/i386/stand/boot/Makefile.boot Wed Jan 01 22:07:54 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.boot,v 1.61 2014/01/01 22:06:13 christos Exp $
+# $NetBSD: Makefile.boot,v 1.62 2014/01/01 22:07:54 christos Exp $
S= ${.CURDIR}/../../../../..
@@ -51,7 +51,7 @@
CFLAGS+= -mno-sse -mno-sse2 -mno-sse3
-COPTS+= -ffreestanding #-fno-reorder-functions
+COPTS+= -ffreestanding
CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes
CPPFLAGS+= -nostdinc -D_STANDALONE
CPPFLAGS+= -I$S
Home |
Main Index |
Thread Index |
Old Index