Module Name: src
Committed By: tsutsui
Date: Sat Jul 5 09:31:21 UTC 2014
Modified Files:
src/sys/arch/atari/conf: ATARITT FALCON HADES SMALL030
Log Message:
Regen from GENERIC.in rev 1.106:
> Use COPTS="-O2 -fno-reorder-blocks" for kernels except SMALL030_KERNEL.
>
> Also remove COPTS="-Os" from std.* files and specify it in
> GENERIC.in template for SMALL030_KERNEL.
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/sys/arch/atari/conf/ATARITT
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/atari/conf/FALCON
cvs rdiff -u -r1.103 -r1.104 src/sys/arch/atari/conf/HADES
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/atari/conf/SMALL030
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/atari/conf/ATARITT
diff -u src/sys/arch/atari/conf/ATARITT:1.112 src/sys/arch/atari/conf/ATARITT:1.113
--- src/sys/arch/atari/conf/ATARITT:1.112 Sun Jun 30 21:38:55 2013
+++ src/sys/arch/atari/conf/ATARITT Sat Jul 5 09:31:21 2014
@@ -1,13 +1,14 @@
#
-# $NetBSD: ATARITT,v 1.112 2013/06/30 21:38:55 rmind Exp $
+# $NetBSD: ATARITT,v 1.113 2014/07/05 09:31:21 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.92 2010/12/12 09:56:15 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.106 2014/07/05 09:28:48 tsutsui Exp $
include "arch/atari/conf/std.atari"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
+makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
maxusers 16
options HZ=64 # Set the clock-rate (48/64/96)
options INSECURE # disable kernel security levels
@@ -53,7 +54,7 @@ options COMPAT_20 # Compatibility with N
options COMPAT_30 # NetBSD 3.0 compatibility.
options COMPAT_40 # NetBSD 4.0 compatibility.
options COMPAT_50 # NetBSD 5.0 compatibility.
-options COMPAT_60 # NetBSD 6.0 compatibility.
+options COMPAT_60 # NetBSD 6.0 compatibility.
options COMPAT_AOUT_M68K # Compatibility to a.out executables
options EXEC_AOUT # a.out format executables
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
Index: src/sys/arch/atari/conf/FALCON
diff -u src/sys/arch/atari/conf/FALCON:1.109 src/sys/arch/atari/conf/FALCON:1.110
--- src/sys/arch/atari/conf/FALCON:1.109 Sun Jun 30 21:38:55 2013
+++ src/sys/arch/atari/conf/FALCON Sat Jul 5 09:31:21 2014
@@ -1,13 +1,14 @@
#
-# $NetBSD: FALCON,v 1.109 2013/06/30 21:38:55 rmind Exp $
+# $NetBSD: FALCON,v 1.110 2014/07/05 09:31:21 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.92 2010/12/12 09:56:15 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.106 2014/07/05 09:28:48 tsutsui Exp $
include "arch/atari/conf/std.atari"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
+makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
maxusers 16
options HZ=64 # Set the clock-rate (48/64/96)
options INSECURE # disable kernel security levels
Index: src/sys/arch/atari/conf/HADES
diff -u src/sys/arch/atari/conf/HADES:1.103 src/sys/arch/atari/conf/HADES:1.104
--- src/sys/arch/atari/conf/HADES:1.103 Sun Jun 30 21:38:55 2013
+++ src/sys/arch/atari/conf/HADES Sat Jul 5 09:31:21 2014
@@ -1,14 +1,15 @@
#
-# $NetBSD: HADES,v 1.103 2013/06/30 21:38:55 rmind Exp $
+# $NetBSD: HADES,v 1.104 2014/07/05 09:31:21 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: HADES.in,v 1.12 2010/12/12 10:05:25 tsutsui Exp $
-# NetBSD: GENERIC.in,v 1.92 2010/12/12 09:56:15 tsutsui Exp $
+# NetBSD: GENERIC.in,v 1.106 2014/07/05 09:28:48 tsutsui Exp $
include "arch/atari/conf/std.hades"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
+makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
maxusers 16
options HZ=64 # Set the clock-rate (48/64/96)
options INSECURE # disable kernel security levels
Index: src/sys/arch/atari/conf/SMALL030
diff -u src/sys/arch/atari/conf/SMALL030:1.16 src/sys/arch/atari/conf/SMALL030:1.17
--- src/sys/arch/atari/conf/SMALL030:1.16 Wed Oct 17 14:48:09 2012
+++ src/sys/arch/atari/conf/SMALL030 Sat Jul 5 09:31:21 2014
@@ -1,12 +1,13 @@
#
-# $NetBSD: SMALL030,v 1.16 2012/10/17 14:48:09 apb Exp $
+# $NetBSD: SMALL030,v 1.17 2014/07/05 09:31:21 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.96 2011/12/17 12:44:12 he Exp $
+# NetBSD: GENERIC.in,v 1.106 2014/07/05 09:28:48 tsutsui Exp $
include "arch/atari/conf/std.atari"
+makeoptions COPTS="-Os" # optimize for space
maxusers 16
options HZ=64 # Set the clock-rate (48/64/96)
options INSECURE # disable kernel security levels