Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp300/conf Use COPTS="-O2 -fno-reorder-blocks" as d...
details: https://anonhg.NetBSD.org/src/rev/ca760e2e6390
branches: trunk
changeset: 797072:ca760e2e6390
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jul 05 09:15:38 2014 +0000
description:
Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland.
with "-O2":
text data bss dec hex filename
3717740 86092 152864 3956696 3c5fd8 netbsd
with "-O2 -fno-reorder-blocks":
text data bss dec hex filename
3304404 86092 152864 3543360 361140 netbsd
diffstat:
sys/arch/hp300/conf/GENERIC | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 03b14a1c625e -r ca760e2e6390 sys/arch/hp300/conf/GENERIC
--- a/sys/arch/hp300/conf/GENERIC Sat Jul 05 09:14:02 2014 +0000
+++ b/sys/arch/hp300/conf/GENERIC Sat Jul 05 09:15:38 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.181 2014/04/19 05:37:54 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.182 2014/07/05 09:15:38 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,9 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.181 $"
+#ident "GENERIC-$Revision: 1.182 $"
+
+makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
maxusers 32 # estimated number of users
Home |
Main Index |
Thread Index |
Old Index