Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/7196adc9a121
branches:  trunk
changeset: 330310:7196adc9a121
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jul 05 09:14:02 2014 +0000

description:
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

diffstat:

 sys/arch/news68k/conf/GENERIC      |  6 ++++--
 sys/arch/news68k/conf/GENERIC_TINY |  6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r ca3c2267d0cf -r 7196adc9a121 sys/arch/news68k/conf/GENERIC
--- a/sys/arch/news68k/conf/GENERIC     Fri Jul 04 21:32:08 2014 +0000
+++ b/sys/arch/news68k/conf/GENERIC     Sat Jul 05 09:14:02 2014 +0000
@@ -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 @@
 
 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
 
diff -r ca3c2267d0cf -r 7196adc9a121 sys/arch/news68k/conf/GENERIC_TINY
--- a/sys/arch/news68k/conf/GENERIC_TINY        Fri Jul 04 21:32:08 2014 +0000
+++ b/sys/arch/news68k/conf/GENERIC_TINY        Sat Jul 05 09:14:02 2014 +0000
@@ -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 @@
 
 #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
 



Home | Main Index | Thread Index | Old Index