Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf regen



details:   https://anonhg.NetBSD.org/src/rev/b4fe6dc1411b
branches:  trunk
changeset: 941667:b4fe6dc1411b
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Oct 26 06:22:28 2020 +0000

description:
regen

diffstat:

 sys/arch/amiga/conf/DRACO   |  7 ++++---
 sys/arch/amiga/conf/GENERIC |  7 ++++---
 sys/arch/amiga/conf/INSTALL |  7 ++++---
 3 files changed, 12 insertions(+), 9 deletions(-)

diffs (96 lines):

diff -r 515f14bea37d -r b4fe6dc1411b sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Mon Oct 26 06:21:49 2020 +0000
+++ b/sys/arch/amiga/conf/DRACO Mon Oct 26 06:22:28 2020 +0000
@@ -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 @@
 
 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_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 (?)
diff -r 515f14bea37d -r b4fe6dc1411b sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Mon Oct 26 06:21:49 2020 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Mon Oct 26 06:22:28 2020 +0000
@@ -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 @@
 
 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_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 (?)
diff -r 515f14bea37d -r b4fe6dc1411b sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL       Mon Oct 26 06:21:49 2020 +0000
+++ b/sys/arch/amiga/conf/INSTALL       Mon Oct 26 06:22:28 2020 +0000
@@ -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 @@
 
 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_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 (?)



Home | Main Index | Thread Index | Old Index