Module Name:    src
Committed By:   sekiya
Date:           Mon Nov 14 00:12:37 UTC 2011

Modified Files:
        src/sys/arch/evbarm/conf: SHEEVAPLUG

Log Message:
Increase SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/SHEEVAPLUG

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/SHEEVAPLUG
diff -u src/sys/arch/evbarm/conf/SHEEVAPLUG:1.9 src/sys/arch/evbarm/conf/SHEEVAPLUG:1.10
--- src/sys/arch/evbarm/conf/SHEEVAPLUG:1.9	Sat Jul 23 21:12:57 2011
+++ src/sys/arch/evbarm/conf/SHEEVAPLUG	Mon Nov 14 00:12:37 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: SHEEVAPLUG,v 1.9 2011/07/23 21:12:57 jakllsch Exp $
+#	$NetBSD: SHEEVAPLUG,v 1.10 2011/11/14 00:12:37 sekiya Exp $
 #
 #  This configuration supports for generically Marvell SheevaPlug
 #
@@ -163,7 +163,7 @@ options 	DDB		# in-kernel debugger
 #options 	KGDB
 #options 	DEBUG_KGDB
 makeoptions	DEBUG="-g -O2"	# compile full symbol table
-options 	SYMTAB_SPACE=700000
+options 	SYMTAB_SPACE=800000
 #options 	AUDIO_DEBUG=2
 
 config		netbsd		root on ? type ?

Reply via email to