Bump SYMTAB_SPACE so that the contents fits again.

This commit is contained in:
he 2011-05-15 13:36:13 +00:00
parent 264d3132bf
commit 4543dbda00
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GUMSTIX,v 1.56 2011/03/06 17:08:22 bouyer Exp $
# $NetBSD: GUMSTIX,v 1.57 2011/05/15 13:36:13 he Exp $
#
# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
#
@ -165,7 +165,7 @@ options DDB # in-kernel debugger
#options KGDB
#options DEBUG_KGDB
makeoptions DEBUG="-g -O2" # compile full symbol table
options SYMTAB_SPACE=730000
options SYMTAB_SPACE=740000
#options AUDIO_DEBUG=2
config netbsd root on ? type ?

View File

@ -1,4 +1,4 @@
# $NetBSD: EXPLORA451,v 1.43 2011/03/07 15:49:50 jakllsch Exp $
# $NetBSD: EXPLORA451,v 1.44 2011/05/15 13:38:20 he Exp $
#
# GENERIC -- everything that's currently supported
#
@ -52,7 +52,7 @@ options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
makeoptions DEBUG="-g" # compile full symbol table
options SYMTAB_SPACE=410000
options SYMTAB_SPACE=420000
# Compatibility options
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,