Increase SYMTAB_SPACE to 270000 so that the symbol table fits again.
This commit is contained in:
parent
26f9a12859
commit
953b540396
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IXM1200,v 1.29 2007/12/01 06:52:12 marty Exp $
|
||||
# $NetBSD: IXM1200,v 1.30 2008/01/18 09:48:30 he Exp $
|
||||
#
|
||||
# IXM1200 -- Intel IXM1200 Evaluation Board Kernel
|
||||
#
|
||||
@ -135,7 +135,7 @@ options VERBOSE_INIT_ARM # verbose bootstraping messages
|
||||
options DDB # in-kernel debugger
|
||||
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
options SYMTAB_SPACE=264000
|
||||
options SYMTAB_SPACE=270000
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user