Module Name: src
Committed By: tsutsui
Date: Sat Jul 5 09:14:02 UTC 2014
Modified Files:
src/sys/arch/news68k/conf: GENERIC GENERIC_TINY
Log Message:
Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland.
with "-O2":
text data bss dec hex filename
3297898 65044 122584 3485526 352f56 netbsd
with "-O2 -fno-reorder-blocks":
text data bss dec hex filename
2930782 65044 122584 3118410 2f954a netbsd
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/news68k/conf/GENERIC
cvs rdiff -u -r1.79 -r1.80 src/sys/arch/news68k/conf/GENERIC_TINY
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/news68k/conf/GENERIC
diff -u src/sys/arch/news68k/conf/GENERIC:1.118 src/sys/arch/news68k/conf/GENERIC:1.119
--- src/sys/arch/news68k/conf/GENERIC:1.118 Mon Mar 24 14:15:38 2014
+++ src/sys/arch/news68k/conf/GENERIC Sat Jul 5 09:14:02 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.118 2014/03/24 14:15:38 szptvlfn Exp $
+# $NetBSD: GENERIC,v 1.119 2014/07/05 09:14:02 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,9 @@ include "arch/news68k/conf/std.news68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.118 $"
+#ident "GENERIC-$Revision: 1.119 $"
+
+makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
maxusers 8
Index: src/sys/arch/news68k/conf/GENERIC_TINY
diff -u src/sys/arch/news68k/conf/GENERIC_TINY:1.79 src/sys/arch/news68k/conf/GENERIC_TINY:1.80
--- src/sys/arch/news68k/conf/GENERIC_TINY:1.79 Mon Mar 24 14:15:38 2014
+++ src/sys/arch/news68k/conf/GENERIC_TINY Sat Jul 5 09:14:02 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_TINY,v 1.79 2014/03/24 14:15:38 szptvlfn Exp $
+# $NetBSD: GENERIC_TINY,v 1.80 2014/07/05 09:14:02 tsutsui Exp $
# news68k GENERIC config file for low memory machines;
#
@@ -6,7 +6,9 @@ include "arch/news68k/conf/std.news68k"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC_TINY-$Revision: 1.79 $"
+#ident "GENERIC_TINY-$Revision: 1.80 $"
+
+makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
maxusers 4