Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Enable COPY_SYMTAB in case of directly ...



details:   https://anonhg.NetBSD.org/src/rev/99e6907e6d05
branches:  trunk
changeset: 935623:99e6907e6d05
user:      rin <rin%NetBSD.org@localhost>
date:      Tue Jul 07 02:39:59 2020 +0000

description:
Enable COPY_SYMTAB in case of directly booted from Open Firmware
with ofwboot being skipped.

diffstat:

 sys/arch/macppc/conf/POWERMAC_G5_11_2 |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 10339a6d2a39 -r 99e6907e6d05 sys/arch/macppc/conf/POWERMAC_G5_11_2
--- a/sys/arch/macppc/conf/POWERMAC_G5_11_2     Tue Jul 07 02:37:27 2020 +0000
+++ b/sys/arch/macppc/conf/POWERMAC_G5_11_2     Tue Jul 07 02:39:59 2020 +0000
@@ -42,6 +42,7 @@
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 options        TRAP_PANICWAIT
 
+makeoptions    COPY_SYMTAB=1   # in case of directly booted from ofw
 makeoptions    DEBUG="-g"      # compile full symbol table
 
 # Compatibility options



Home | Main Index | Thread Index | Old Index