Module Name:    src
Committed By:   he
Date:           Fri Dec 30 12:47:37 UTC 2011

Modified Files:
        src/sys/arch/dreamcast/conf: GENERIC

Log Message:
Bump SYMTAB_SPACE so that the contents fits again.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/arch/dreamcast/conf/GENERIC

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/dreamcast/conf/GENERIC
diff -u src/sys/arch/dreamcast/conf/GENERIC:1.104 src/sys/arch/dreamcast/conf/GENERIC:1.105
--- src/sys/arch/dreamcast/conf/GENERIC:1.104	Sun Dec 18 05:49:25 2011
+++ src/sys/arch/dreamcast/conf/GENERIC	Fri Dec 30 12:47:37 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.104 2011/12/18 05:49:25 dholland Exp $
+# $NetBSD: GENERIC,v 1.105 2011/12/30 12:47:37 he Exp $
 #
 # GENERIC machine description file
 # 
@@ -52,7 +52,7 @@ options 	DDB		# in-kernel debugger
 #options 	KGDB			# remote debugger
 #options 	"KGDB_DEVNAME=\"scif\"",KGDB_DEVRATE=57600
 #makeoptions	DEBUG="-g"	# compile full symbol table
-options 	SYMTAB_SPACE=320000
+options 	SYMTAB_SPACE=330000
 #options 	SYSCALL_DEBUG
 #options 	UVMHIST
 #options 	UVMHIST_PRINT

Reply via email to