Module Name:    src
Committed By:   rin
Date:           Mon Oct 26 06:22:28 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.195 -r1.196 src/sys/arch/amiga/conf/DRACO
cvs rdiff -u -r1.330 -r1.331 src/sys/arch/amiga/conf/GENERIC
cvs rdiff -u -r1.136 -r1.137 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.195 src/sys/arch/amiga/conf/DRACO:1.196
--- src/sys/arch/amiga/conf/DRACO:1.195	Sun Sep 27 13:48:49 2020
+++ src/sys/arch/amiga/conf/DRACO	Mon Oct 26 06:22:28 2020
@@ -1,9 +1,9 @@
-# $NetBSD: DRACO,v 1.195 2020/09/27 13:48:49 roy Exp $
+# $NetBSD: DRACO,v 1.196 2020/10/26 06:22:28 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.145 2020/08/10 06:32:57 rin Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.147 2020/10/26 06:21:49 rin 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.195 $"
+#ident 		"GENERIC-$Revision: 1.196 $"
 
 makeoptions	COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer"
 	# See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
@@ -162,6 +162,7 @@ options 	DDB		# Kernel debugger
 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
 #options 	DIAGNOSTIC	# Extra kernel sanity checks
 #options 	DEBUG		# Enable misc. kernel debugging code
+makeoptions	DEBUG="-g"	# compile full symbol table
 #options 	SYSCALL_DEBUG	# debug all syscalls.
 #options 	SCSIDEBUG	# Add SCSI debugging statements
 #options 	PANICBUTTON	# Forced crash via keypress (?)

Index: src/sys/arch/amiga/conf/GENERIC
diff -u src/sys/arch/amiga/conf/GENERIC:1.330 src/sys/arch/amiga/conf/GENERIC:1.331
--- src/sys/arch/amiga/conf/GENERIC:1.330	Sun Sep 27 13:48:49 2020
+++ src/sys/arch/amiga/conf/GENERIC	Mon Oct 26 06:22:28 2020
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.330 2020/09/27 13:48:49 roy Exp $
+# $NetBSD: GENERIC,v 1.331 2020/10/26 06:22:28 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.145 2020/08/10 06:32:57 rin Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.147 2020/10/26 06:21:49 rin 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.330 $"
+#ident 		"GENERIC-$Revision: 1.331 $"
 
 makeoptions	COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer"
 	# See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
@@ -174,6 +174,7 @@ options 	DDB		# Kernel debugger
 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
 #options 	DIAGNOSTIC	# Extra kernel sanity checks
 #options 	DEBUG		# Enable misc. kernel debugging code
+makeoptions	DEBUG="-g"	# compile full symbol table
 #options 	SYSCALL_DEBUG	# debug all syscalls.
 #options 	SCSIDEBUG	# Add SCSI debugging statements
 #options 	PANICBUTTON	# Forced crash via keypress (?)

Index: src/sys/arch/amiga/conf/INSTALL
diff -u src/sys/arch/amiga/conf/INSTALL:1.136 src/sys/arch/amiga/conf/INSTALL:1.137
--- src/sys/arch/amiga/conf/INSTALL:1.136	Sun Sep 27 13:48:49 2020
+++ src/sys/arch/amiga/conf/INSTALL	Mon Oct 26 06:22:28 2020
@@ -1,9 +1,9 @@
-# $NetBSD: INSTALL,v 1.136 2020/09/27 13:48:49 roy Exp $
+# $NetBSD: INSTALL,v 1.137 2020/10/26 06:22:28 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.145 2020/08/10 06:32:57 rin Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.147 2020/10/26 06:21:49 rin 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.136 $"
+#ident 		"GENERIC-$Revision: 1.137 $"
 
 makeoptions	COPTS="-Os -fno-omit-frame-pointer"
 
@@ -139,6 +139,7 @@ options 	DDB		# Kernel debugger
 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
 #options 	DIAGNOSTIC	# Extra kernel sanity checks
 #options 	DEBUG		# Enable misc. kernel debugging code
+makeoptions	DEBUG="-g"	# compile full symbol table
 #options 	SYSCALL_DEBUG	# debug all syscalls.
 #options 	SCSIDEBUG	# Add SCSI debugging statements
 #options 	PANICBUTTON	# Forced crash via keypress (?)

Reply via email to