Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x68k/conf Use COPTS="-O2 -fno-reorder-blocks" as de...



details:   https://anonhg.NetBSD.org/src/rev/b91fc11de13e
branches:  trunk
changeset: 330313:b91fc11de13e
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jul 05 09:18:47 2014 +0000

description:
Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland.

with "-O2":
   text    data     bss     dec     hex filename
2898020   54292  122728 3075040  2eebe0 netbsd

with "-O2 -fno-reorder-blocks":
   text    data     bss     dec     hex filename
2589888   54292  122728 2766908  2a383c netbsd

diffstat:

 sys/arch/x68k/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r df46c4be22df -r b91fc11de13e sys/arch/x68k/conf/GENERIC
--- a/sys/arch/x68k/conf/GENERIC        Sat Jul 05 09:16:45 2014 +0000
+++ b/sys/arch/x68k/conf/GENERIC        Sat Jul 05 09:18:47 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.172 2014/03/24 14:15:38 szptvlfn Exp $
+# $NetBSD: GENERIC,v 1.173 2014/07/05 09:18:47 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,9 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.172 $"
+#ident                 "GENERIC-$Revision: 1.173 $"
+
+makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
 
 maxusers       8
 



Home | Main Index | Thread Index | Old Index