Bump SYMTAB_SPACE so that the contents fits again.
This commit is contained in:
parent
264d3132bf
commit
4543dbda00
@ -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 ?
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user