Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Bump SYMTAB_SPACE to 600k for clang.



details:   https://anonhg.NetBSD.org/src/rev/a35f3668e6d6
branches:  trunk
changeset: 325349:a35f3668e6d6
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Dec 19 22:45:02 2013 +0000

description:
Bump SYMTAB_SPACE to 600k for clang.

diffstat:

 sys/arch/evbarm/conf/TISDP2420 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e695ba19e7b6 -r a35f3668e6d6 sys/arch/evbarm/conf/TISDP2420
--- a/sys/arch/evbarm/conf/TISDP2420    Thu Dec 19 22:20:01 2013 +0000
+++ b/sys/arch/evbarm/conf/TISDP2420    Thu Dec 19 22:45:02 2013 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: TISDP2420,v 1.26 2013/06/30 21:38:56 rmind Exp $
+#      $NetBSD: TISDP2420,v 1.27 2013/12/19 22:45:02 joerg Exp $
 #
 #      TISDP2420 -- TI OMAP 2420 Eval Board Kernel
 #
@@ -132,7 +132,7 @@
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
 #options       KGDB
 makeoptions    DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=500000
+options        SYMTAB_SPACE=600000
 
 ## USB Debugging options
 options USB_DEBUG



Home | Main Index | Thread Index | Old Index