Module Name:    src
Committed By:   tsutsui
Date:           Sat Jul  5 10:00:42 UTC 2014

Modified Files:
        src/sys/arch/amiga/conf: DRACO GENERIC INSTALL

Log Message:
Regen from GENERIC.in rev 1.125:

> Use COPTS="-O2 -fno-reorder-blocks" for kernels except INSTALL_CONFIGURATION.


To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 src/sys/arch/amiga/conf/DRACO
cvs rdiff -u -r1.306 -r1.307 src/sys/arch/amiga/conf/GENERIC
cvs rdiff -u -r1.124 -r1.125 src/sys/arch/amiga/conf/INSTALL

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/amiga/conf/DRACO
diff -u src/sys/arch/amiga/conf/DRACO:1.174 src/sys/arch/amiga/conf/DRACO:1.175
--- src/sys/arch/amiga/conf/DRACO:1.174	Sat Jul  5 09:55:42 2014
+++ src/sys/arch/amiga/conf/DRACO	Sat Jul  5 10:00:42 2014
@@ -1,9 +1,9 @@
-# $NetBSD: DRACO,v 1.174 2014/07/05 09:55:42 tsutsui Exp $
+# $NetBSD: DRACO,v 1.175 2014/07/05 10:00:42 tsutsui Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.124 2014/07/05 09:47:30 tsutsui Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.125 2014/07/05 09:59:06 tsutsui Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,8 +29,9 @@ include "arch/amiga/conf/std.amiga"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.174 $"
+#ident 		"GENERIC-$Revision: 1.175 $"
 
+makeoptions	COPTS="-O2 -fno-reorder-blocks"	# see share/mk/sys.mk
 
 maxusers	8
 options 	RTC_OFFSET=0

Index: src/sys/arch/amiga/conf/GENERIC
diff -u src/sys/arch/amiga/conf/GENERIC:1.306 src/sys/arch/amiga/conf/GENERIC:1.307
--- src/sys/arch/amiga/conf/GENERIC:1.306	Sat Jul  5 09:55:42 2014
+++ src/sys/arch/amiga/conf/GENERIC	Sat Jul  5 10:00:42 2014
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.306 2014/07/05 09:55:42 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.307 2014/07/05 10:00:42 tsutsui Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.124 2014/07/05 09:47:30 tsutsui Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.125 2014/07/05 09:59:06 tsutsui Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,8 +29,9 @@ include "arch/amiga/conf/std.amiga"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.306 $"
+#ident 		"GENERIC-$Revision: 1.307 $"
 
+makeoptions	COPTS="-O2 -fno-reorder-blocks"	# see share/mk/sys.mk
 
 maxusers	8
 options 	RTC_OFFSET=0

Index: src/sys/arch/amiga/conf/INSTALL
diff -u src/sys/arch/amiga/conf/INSTALL:1.124 src/sys/arch/amiga/conf/INSTALL:1.125
--- src/sys/arch/amiga/conf/INSTALL:1.124	Sat Jul  5 09:55:42 2014
+++ src/sys/arch/amiga/conf/INSTALL	Sat Jul  5 10:00:42 2014
@@ -1,9 +1,9 @@
-# $NetBSD: INSTALL,v 1.124 2014/07/05 09:55:42 tsutsui Exp $
+# $NetBSD: INSTALL,v 1.125 2014/07/05 10:00:42 tsutsui Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.124 2014/07/05 09:47:30 tsutsui Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.125 2014/07/05 09:59:06 tsutsui Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.124 $"
+#ident 		"GENERIC-$Revision: 1.125 $"
 
 makeoptions	COPTS="-Os"
 

Reply via email to