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 MILAN.in rev 1.27 and GENERIC...



details:   https://anonhg.NetBSD.org/src/rev/7d479778bc5d
branches:  trunk
changeset: 330319:7d479778bc5d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jul 05 09:32:48 2014 +0000

description:
Regen from MILAN.in rev 1.27 and GENERIC.in rev 1.106:

> Enable options WSDISPLAY_COMPAT_USL in template, not in generated files.

> 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/MILAN-ISAIDE |  9 +++++----
 sys/arch/atari/conf/MILAN-PCIIDE |  9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (62 lines):

diff -r 6bccf074321a -r 7d479778bc5d sys/arch/atari/conf/MILAN-ISAIDE
--- a/sys/arch/atari/conf/MILAN-ISAIDE  Sat Jul 05 09:31:21 2014 +0000
+++ b/sys/arch/atari/conf/MILAN-ISAIDE  Sat Jul 05 09:32:48 2014 +0000
@@ -1,14 +1,15 @@
 #
-# $NetBSD: MILAN-ISAIDE,v 1.80 2013/06/30 21:38:55 rmind Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.81 2014/07/05 09:32:48 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#              NetBSD: MILAN.in,v 1.25 2010/04/10 01:59:40 tsutsui Exp $
-#              NetBSD: GENERIC.in,v 1.92 2010/12/12 09:56:15 tsutsui Exp $
+#              NetBSD: MILAN.in,v 1.27 2014/07/05 09:24:23 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.106 2014/07/05 09:28:48 tsutsui Exp $
 include "arch/atari/conf/std.milan"
 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
@@ -106,7 +107,7 @@
 options WSEMUL_VT100 # VT100 / VT220 emulation
 options WS_KERNEL_FG=WSCOL_WHITE
 options WS_KERNEL_BG=WSCOL_BLACK
-options WSDISPLAY_COMPAT_USL           # wsconscfg VT handling
+options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
 options WSDISPLAY_DEFAULTSCREENS=4
 options PCDISPLAY_SOFTCURSOR
 isab0 at mainbus0 # ISA-bus
diff -r 6bccf074321a -r 7d479778bc5d sys/arch/atari/conf/MILAN-PCIIDE
--- a/sys/arch/atari/conf/MILAN-PCIIDE  Sat Jul 05 09:31:21 2014 +0000
+++ b/sys/arch/atari/conf/MILAN-PCIIDE  Sat Jul 05 09:32:48 2014 +0000
@@ -1,14 +1,15 @@
 #
-# $NetBSD: MILAN-PCIIDE,v 1.84 2013/06/30 21:38:55 rmind Exp $
+# $NetBSD: MILAN-PCIIDE,v 1.85 2014/07/05 09:32:48 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#              NetBSD: MILAN.in,v 1.25 2010/04/10 01:59:40 tsutsui Exp $
-#              NetBSD: GENERIC.in,v 1.92 2010/12/12 09:56:15 tsutsui Exp $
+#              NetBSD: MILAN.in,v 1.27 2014/07/05 09:24:23 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.106 2014/07/05 09:28:48 tsutsui Exp $
 include "arch/atari/conf/std.milan"
 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
@@ -106,7 +107,7 @@
 options WSEMUL_VT100 # VT100 / VT220 emulation
 options WS_KERNEL_FG=WSCOL_WHITE
 options WS_KERNEL_BG=WSCOL_BLACK
-options WSDISPLAY_COMPAT_USL           # wsconscfg VT handling
+options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
 options WSDISPLAY_DEFAULTSCREENS=4
 options PCDISPLAY_SOFTCURSOR
 isab0 at mainbus0 # ISA-bus



Home | Main Index | Thread Index | Old Index