Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/conf Use COPTS="-O2 -fno-reorder-blocks" for ...
details: https://anonhg.NetBSD.org/src/rev/3c9ad694343e
branches: trunk
changeset: 330326:3c9ad694343e
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jul 05 09:59:06 2014 +0000
description:
Use COPTS="-O2 -fno-reorder-blocks" for kernels except INSTALL_CONFIGURATION.
diffstat:
sys/arch/amiga/conf/GENERIC.in | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r b8eeaf2c46f0 -r 3c9ad694343e sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in Sat Jul 05 09:55:42 2014 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in Sat Jul 05 09:59:06 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.124 2014/07/05 09:47:30 tsutsui Exp $
+# $NetBSD: GENERIC.in,v 1.125 2014/07/05 09:59:06 tsutsui Exp $
#
##
# GENERIC machine description file
@@ -52,10 +52,12 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.124 $"
+#ident "GENERIC-$Revision: 1.125 $"
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
makeoptions COPTS="-Os"
+',`m4_dnl
+makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
')m4_dnl
maxusers 8
Home |
Main Index |
Thread Index |
Old Index