Module Name: src
Committed By: joerg
Date: Thu Dec 19 22:45:03 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: TISDP2420
Log Message:
Bump SYMTAB_SPACE to 600k for clang.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/evbarm/conf/TISDP2420
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/evbarm/conf/TISDP2420
diff -u src/sys/arch/evbarm/conf/TISDP2420:1.26 src/sys/arch/evbarm/conf/TISDP2420:1.27
--- src/sys/arch/evbarm/conf/TISDP2420:1.26 Sun Jun 30 21:38:56 2013
+++ src/sys/arch/evbarm/conf/TISDP2420 Thu Dec 19 22:45:02 2013
@@ -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_ONPANIC=1
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