Module Name:    src
Committed By:   rin
Date:           Mon Aug 10 06:33:46 UTC 2020

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

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 src/sys/arch/amiga/conf/DRACO
cvs rdiff -u -r1.328 -r1.329 src/sys/arch/amiga/conf/GENERIC
cvs rdiff -u -r1.134 -r1.135 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.193 src/sys/arch/amiga/conf/DRACO:1.194
--- src/sys/arch/amiga/conf/DRACO:1.193	Sat Aug  1 08:20:47 2020
+++ src/sys/arch/amiga/conf/DRACO	Mon Aug 10 06:33:45 2020
@@ -1,9 +1,9 @@
-# $NetBSD: DRACO,v 1.193 2020/08/01 08:20:47 maxv Exp $
+# $NetBSD: DRACO,v 1.194 2020/08/10 06:33:45 rin Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.143 2020/03/25 17:06:18 jdolecek Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.145 2020/08/10 06:32:57 rin Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,9 +29,11 @@ include "arch/amiga/conf/std.amiga"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.193 $"
+#ident 		"GENERIC-$Revision: 1.194 $"
 
-makeoptions	COPTS="-O2 -fno-reorder-blocks"	# see share/mk/sys.mk
+makeoptions	COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer"
+	# See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
+	# backtraces in DDB.
 
 maxusers	8
 options 	RTC_OFFSET=0

Index: src/sys/arch/amiga/conf/GENERIC
diff -u src/sys/arch/amiga/conf/GENERIC:1.328 src/sys/arch/amiga/conf/GENERIC:1.329
--- src/sys/arch/amiga/conf/GENERIC:1.328	Sat Aug  1 08:20:47 2020
+++ src/sys/arch/amiga/conf/GENERIC	Mon Aug 10 06:33:45 2020
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.328 2020/08/01 08:20:47 maxv Exp $
+# $NetBSD: GENERIC,v 1.329 2020/08/10 06:33:45 rin Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.143 2020/03/25 17:06:18 jdolecek Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.145 2020/08/10 06:32:57 rin Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,9 +29,11 @@ include "arch/amiga/conf/std.amiga"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.328 $"
+#ident 		"GENERIC-$Revision: 1.329 $"
 
-makeoptions	COPTS="-O2 -fno-reorder-blocks"	# see share/mk/sys.mk
+makeoptions	COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer"
+	# See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
+	# backtraces in DDB.
 
 maxusers	8
 options 	RTC_OFFSET=0

Index: src/sys/arch/amiga/conf/INSTALL
diff -u src/sys/arch/amiga/conf/INSTALL:1.134 src/sys/arch/amiga/conf/INSTALL:1.135
--- src/sys/arch/amiga/conf/INSTALL:1.134	Sat Aug  1 08:20:47 2020
+++ src/sys/arch/amiga/conf/INSTALL	Mon Aug 10 06:33:46 2020
@@ -1,9 +1,9 @@
-# $NetBSD: INSTALL,v 1.134 2020/08/01 08:20:47 maxv Exp $
+# $NetBSD: INSTALL,v 1.135 2020/08/10 06:33:46 rin Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.143 2020/03/25 17:06:18 jdolecek Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.145 2020/08/10 06:32:57 rin Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,9 +29,9 @@ include "arch/amiga/conf/std.amiga"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.134 $"
+#ident 		"GENERIC-$Revision: 1.135 $"
 
-makeoptions	COPTS="-Os"
+makeoptions	COPTS="-Os -fno-omit-frame-pointer"
 
 maxusers	8
 options 	RTC_OFFSET=0

Reply via email to