Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/df46c4be22df
branches:  trunk
changeset: 330312:df46c4be22df
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jul 05 09:16:45 2014 +0000

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

with "-O2":
   text    data     bss     dec     hex filename
2064824   48784   85920 2199528  218fe8 netbsd

with "-O2 -fno-reorder-blocks":
   text    data     bss     dec     hex filename
1842944   48784   85920 1977648  1e2d30 netbsd

diffstat:

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

diffs (20 lines):

diff -r 2e79211a666d -r df46c4be22df sys/arch/luna68k/conf/GENERIC
--- a/sys/arch/luna68k/conf/GENERIC     Sat Jul 05 09:15:38 2014 +0000
+++ b/sys/arch/luna68k/conf/GENERIC     Sat Jul 05 09:16:45 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.110 2014/01/01 08:41:52 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.111 2014/07/05 09:16:45 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,9 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.110 $"
+#ident                 "GENERIC-$Revision: 1.111 $"
+
+makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
 
 maxusers       8
 



Home | Main Index | Thread Index | Old Index