Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.alpha Provide a binary/kernel/netbsd-GENERIC.QEMU.gz...



details:   https://anonhg.NetBSD.org/src/rev/98c0fba7837e
branches:  trunk
changeset: 1021393:98c0fba7837e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat May 29 18:48:45 2021 +0000

description:
Provide a binary/kernel/netbsd-GENERIC.QEMU.gz in the Alpha release
hierarchy.  This is identical to netbsd-GENERIC, except it has been
dbsym'd so that the kernel symbols are available when running under
Qemu (which loads the kernel directly, but does not load the symbol
table).

diffstat:

 etc/etc.alpha/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 240c20688cbc -r 98c0fba7837e etc/etc.alpha/Makefile.inc
--- a/etc/etc.alpha/Makefile.inc        Sat May 29 17:41:51 2021 +0000
+++ b/etc/etc.alpha/Makefile.inc        Sat May 29 18:48:45 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.10 2020/09/19 03:29:57 thorpej Exp $
+#      $NetBSD: Makefile.inc,v 1.11 2021/05/29 18:48:45 thorpej Exp $
 #
 #      etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets
 #
@@ -8,6 +8,7 @@
 
 KERNEL_SETS=           GENERIC
 
+EXTRA_KERNELS+=                GENERIC.QEMU
 BUILD_KERNELS+=                INSTALL
 
 INSTALLATION_DIRS+=    installation/floppy     \



Home | Main Index | Thread Index | Old Index