Fix "symtable too small" error by removing smaller-than-default SYMTAB_SPACE.
This commit is contained in:
parent
7bcb554c5f
commit
77c109342d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IXM1200,v 1.31 2008/01/19 13:11:13 chris Exp $
|
||||
# $NetBSD: IXM1200,v 1.32 2008/04/13 19:51:58 dogcow Exp $
|
||||
#
|
||||
# IXM1200 -- Intel IXM1200 Evaluation Board Kernel
|
||||
#
|
||||
|
@ -134,7 +134,6 @@ 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=270000
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
|
|
Loading…
Reference in New Issue