Module Name:    src
Committed By:   oster
Date:           Mon May 30 20:34:05 UTC 2011

Modified Files:
        src/sys/arch/evbmips/conf: MALTA64

Log Message:
Bump SYMTAB_SPACE from 460000 to 470000 to let evbmips64-el and
evbmips64-eb build again.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbmips/conf/MALTA64

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/evbmips/conf/MALTA64
diff -u src/sys/arch/evbmips/conf/MALTA64:1.3 src/sys/arch/evbmips/conf/MALTA64:1.4
--- src/sys/arch/evbmips/conf/MALTA64:1.3	Sun Feb 20 07:48:33 2011
+++ src/sys/arch/evbmips/conf/MALTA64	Mon May 30 20:34:04 2011
@@ -1,4 +1,4 @@
-# $NetBSD: MALTA64,v 1.3 2011/02/20 07:48:33 matt Exp $
+# $NetBSD: MALTA64,v 1.4 2011/05/30 20:34:04 oster Exp $
 #
 include "arch/evbmips/conf/MALTA"
 
@@ -8,7 +8,7 @@
 options 	EXEC_ELF64
 options 	COMPAT_NETBSD32
 no options 	SYMTAB_SPACE
-options 	SYMTAB_SPACE=460000	# size for embedded symbol table
+options 	SYMTAB_SPACE=470000	# size for embedded symbol table
 
 #options 	UVMHIST, UVMHIST_PRINT
 

Reply via email to