Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/conf Regen from GENERIC.in rev 1.106:



details:   https://anonhg.NetBSD.org/src/rev/51db0258ad4f
branches:  trunk
changeset: 797079:51db0258ad4f
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jul 05 09:31:21 2014 +0000

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

diffstat:

 sys/arch/atari/conf/ATARITT  |  7 ++++---
 sys/arch/atari/conf/FALCON   |  5 +++--
 sys/arch/atari/conf/HADES    |  5 +++--
 sys/arch/atari/conf/SMALL030 |  5 +++--
 4 files changed, 13 insertions(+), 9 deletions(-)

diffs (89 lines):

diff -r 22aae305df8c -r 51db0258ad4f sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT       Sat Jul 05 09:30:08 2014 +0000
+++ b/sys/arch/atari/conf/ATARITT       Sat Jul 05 09:31:21 2014 +0000
@@ -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_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.
diff -r 22aae305df8c -r 51db0258ad4f sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON        Sat Jul 05 09:30:08 2014 +0000
+++ b/sys/arch/atari/conf/FALCON        Sat Jul 05 09:31:21 2014 +0000
@@ -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
diff -r 22aae305df8c -r 51db0258ad4f sys/arch/atari/conf/HADES
--- a/sys/arch/atari/conf/HADES Sat Jul 05 09:30:08 2014 +0000
+++ b/sys/arch/atari/conf/HADES Sat Jul 05 09:31:21 2014 +0000
@@ -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
diff -r 22aae305df8c -r 51db0258ad4f sys/arch/atari/conf/SMALL030
--- a/sys/arch/atari/conf/SMALL030      Sat Jul 05 09:30:08 2014 +0000
+++ b/sys/arch/atari/conf/SMALL030      Sat Jul 05 09:31:21 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index