Module Name: src
Committed By: reinoud
Date: Mon Aug 22 15:27:33 UTC 2011
Modified Files:
src/sys/arch/usermode/conf: Makefile.usermode
Log Message:
Don't override -O options... we might want to build with another -O setting in
the config file.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/usermode/conf/Makefile.usermode
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/usermode/conf/Makefile.usermode
diff -u src/sys/arch/usermode/conf/Makefile.usermode:1.11 src/sys/arch/usermode/conf/Makefile.usermode:1.12
--- src/sys/arch/usermode/conf/Makefile.usermode:1.11 Sun Aug 21 15:06:27 2011
+++ src/sys/arch/usermode/conf/Makefile.usermode Mon Aug 22 15:27:32 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.usermode,v 1.11 2011/08/21 15:06:27 reinoud Exp $
+# $NetBSD: Makefile.usermode,v 1.12 2011/08/22 15:27:32 reinoud Exp $
MACHINE_ARCH= usermode
USETOOLS?= no
@@ -16,7 +16,7 @@
##
USERMODE_LIBS= -lrt
-DEFCOPTS= -O2 -fno-omit-frame-pointer
+DEFCOPTS= -fno-omit-frame-pointer
CPPFLAGS+= -Dusermode
CPPFLAGS.init_main.c+= -Dmain=kernmain