Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Use COPTS="-O2 -fno-reorder-blocks" as defined in s...
details: https://anonhg.NetBSD.org/src/rev/3d645236facb
branches: trunk
changeset: 330314:3d645236facb
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jul 05 09:21:14 2014 +0000
description:
Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland.
Compile tests only.
diffstat:
sys/arch/cesfic/conf/GENERIC | 4 +++-
sys/arch/mac68k/conf/GENERIC | 6 ++++--
sys/arch/mvme68k/conf/GENERIC | 6 ++++--
sys/arch/mvme68k/conf/RAMDISK | 4 +++-
sys/arch/mvme68k/conf/VME147 | 4 +++-
sys/arch/mvme68k/conf/VME162 | 4 +++-
sys/arch/mvme68k/conf/VME167 | 4 +++-
sys/arch/mvme68k/conf/VME172 | 4 +++-
sys/arch/mvme68k/conf/VME177 | 4 +++-
sys/arch/next68k/conf/GENERIC | 6 ++++--
10 files changed, 33 insertions(+), 13 deletions(-)
diffs (176 lines):
diff -r b91fc11de13e -r 3d645236facb sys/arch/cesfic/conf/GENERIC
--- a/sys/arch/cesfic/conf/GENERIC Sat Jul 05 09:18:47 2014 +0000
+++ b/sys/arch/cesfic/conf/GENERIC Sat Jul 05 09:21:14 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.60 2013/06/30 21:38:56 rmind Exp $
+# $NetBSD: GENERIC,v 1.61 2014/07/05 09:21:14 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,6 +22,8 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
+makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
+
# Need to set locally
maxusers 32
diff -r b91fc11de13e -r 3d645236facb sys/arch/mac68k/conf/GENERIC
--- a/sys/arch/mac68k/conf/GENERIC Sat Jul 05 09:18:47 2014 +0000
+++ b/sys/arch/mac68k/conf/GENERIC Sat Jul 05 09:21:14 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.215 2013/07/16 07:31:40 jklos Exp $
+# $NetBSD: GENERIC,v 1.216 2014/07/05 09:21:14 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,9 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.215 $"
+#ident "GENERIC-$Revision: 1.216 $"
+
+makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
maxusers 16 # estimated number of users
diff -r b91fc11de13e -r 3d645236facb sys/arch/mvme68k/conf/GENERIC
--- a/sys/arch/mvme68k/conf/GENERIC Sat Jul 05 09:18:47 2014 +0000
+++ b/sys/arch/mvme68k/conf/GENERIC Sat Jul 05 09:21:14 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.89 2013/06/05 23:08:02 christos Exp $
+# $NetBSD: GENERIC,v 1.90 2014/07/05 09:21:14 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,9 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.89 $"
+#ident "GENERIC-$Revision: 1.90 $"
+
+makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
# Boards this kernel supports
options MVME147
diff -r b91fc11de13e -r 3d645236facb sys/arch/mvme68k/conf/RAMDISK
--- a/sys/arch/mvme68k/conf/RAMDISK Sat Jul 05 09:18:47 2014 +0000
+++ b/sys/arch/mvme68k/conf/RAMDISK Sat Jul 05 09:21:14 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.28 2010/11/23 11:14:02 hannken Exp $
+# $NetBSD: RAMDISK,v 1.29 2014/07/05 09:21:14 tsutsui Exp $
#
# RAMDISK: Root/swap on ramdisk
@@ -14,6 +14,8 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
+makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
+
# Boards this kernel supports
options MVME147
options MVME162
diff -r b91fc11de13e -r 3d645236facb sys/arch/mvme68k/conf/VME147
--- a/sys/arch/mvme68k/conf/VME147 Sat Jul 05 09:18:47 2014 +0000
+++ b/sys/arch/mvme68k/conf/VME147 Sat Jul 05 09:21:14 2014 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: VME147,v 1.57 2013/03/01 18:25:48 joerg Exp $
+# $NetBSD: VME147,v 1.58 2014/07/05 09:21:14 tsutsui Exp $
include "arch/mvme68k/conf/std.mvme68k"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
+makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
+
# Boards this kernel supports; need at lest the correct one
options MVME147
diff -r b91fc11de13e -r 3d645236facb sys/arch/mvme68k/conf/VME162
--- a/sys/arch/mvme68k/conf/VME162 Sat Jul 05 09:18:47 2014 +0000
+++ b/sys/arch/mvme68k/conf/VME162 Sat Jul 05 09:21:14 2014 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: VME162,v 1.30 2013/03/01 18:25:48 joerg Exp $
+# $NetBSD: VME162,v 1.31 2014/07/05 09:21:14 tsutsui Exp $
include "arch/mvme68k/conf/std.mvme68k"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
+makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
+
# Boards this kernel supports; need at least one
options MVME162
diff -r b91fc11de13e -r 3d645236facb sys/arch/mvme68k/conf/VME167
--- a/sys/arch/mvme68k/conf/VME167 Sat Jul 05 09:18:47 2014 +0000
+++ b/sys/arch/mvme68k/conf/VME167 Sat Jul 05 09:21:14 2014 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: VME167,v 1.34 2013/03/01 18:25:48 joerg Exp $
+# $NetBSD: VME167,v 1.35 2014/07/05 09:21:14 tsutsui Exp $
include "arch/mvme68k/conf/std.mvme68k"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
+makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
+
# Boards this kernel supports; need at least one
options MVME167
diff -r b91fc11de13e -r 3d645236facb sys/arch/mvme68k/conf/VME172
--- a/sys/arch/mvme68k/conf/VME172 Sat Jul 05 09:18:47 2014 +0000
+++ b/sys/arch/mvme68k/conf/VME172 Sat Jul 05 09:21:14 2014 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: VME172,v 1.30 2013/03/01 18:25:49 joerg Exp $
+# $NetBSD: VME172,v 1.31 2014/07/05 09:21:14 tsutsui Exp $
include "arch/mvme68k/conf/std.mvme68k"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
+makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
+
# Boards this kernel supports; need at least one
options MVME172
diff -r b91fc11de13e -r 3d645236facb sys/arch/mvme68k/conf/VME177
--- a/sys/arch/mvme68k/conf/VME177 Sat Jul 05 09:18:47 2014 +0000
+++ b/sys/arch/mvme68k/conf/VME177 Sat Jul 05 09:21:14 2014 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: VME177,v 1.32 2013/03/01 18:25:49 joerg Exp $
+# $NetBSD: VME177,v 1.33 2014/07/05 09:21:14 tsutsui Exp $
include "arch/mvme68k/conf/std.mvme68k"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
+makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
+
# Boards this kernel supports; need at least one
options MVME177
diff -r b91fc11de13e -r 3d645236facb sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC Sat Jul 05 09:18:47 2014 +0000
+++ b/sys/arch/next68k/conf/GENERIC Sat Jul 05 09:21:14 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.134 2013/06/30 21:38:58 rmind Exp $
+# $NetBSD: GENERIC,v 1.135 2014/07/05 09:21:14 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,9 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.134 $"
+#ident "GENERIC-$Revision: 1.135 $"
+
+makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
# Needs to be set per system. i.e change these as you see fit
maxusers 16
Home |
Main Index |
Thread Index |
Old Index