Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/usermode/conf Don't override -O options... we might...
details: https://anonhg.NetBSD.org/src/rev/07d62a009a5a
branches: trunk
changeset: 768603:07d62a009a5a
user: reinoud <reinoud%NetBSD.org@localhost>
date: Mon Aug 22 15:27:32 2011 +0000
description:
Don't override -O options... we might want to build with another -O setting in
the config file.
diffstat:
sys/arch/usermode/conf/Makefile.usermode | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e54c69354156 -r 07d62a009a5a sys/arch/usermode/conf/Makefile.usermode
--- a/sys/arch/usermode/conf/Makefile.usermode Mon Aug 22 15:26:55 2011 +0000
+++ b/sys/arch/usermode/conf/Makefile.usermode Mon Aug 22 15:27:32 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index