Module Name:    src
Committed By:   christos
Date:           Wed Jan  1 22:07:54 UTC 2014

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

Log Message:
remove commented out -fno-reorder-functions


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/i386/stand/boot/Makefile.boot

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/boot/Makefile.boot
diff -u src/sys/arch/i386/stand/boot/Makefile.boot:1.61 src/sys/arch/i386/stand/boot/Makefile.boot:1.62
--- src/sys/arch/i386/stand/boot/Makefile.boot:1.61	Wed Jan  1 17:06:13 2014
+++ src/sys/arch/i386/stand/boot/Makefile.boot	Wed Jan  1 17:07:54 2014
@@ -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 @@ CPUFLAGS=  -march=i386 -mtune=i386
 
 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

Reply via email to