Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf Bump SYMTAB_SPACE from 460000 to 47000...



details:   https://anonhg.NetBSD.org/src/rev/0f45faaacdbd
branches:  trunk
changeset: 765574:0f45faaacdbd
user:      oster <oster%NetBSD.org@localhost>
date:      Mon May 30 20:34:04 2011 +0000

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

diffstat:

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

diffs (18 lines):

diff -r 0480be760d5a -r 0f45faaacdbd sys/arch/evbmips/conf/MALTA64
--- a/sys/arch/evbmips/conf/MALTA64     Mon May 30 19:48:12 2011 +0000
+++ b/sys/arch/evbmips/conf/MALTA64     Mon May 30 20:34:04 2011 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index