Increase SYMTAB_SPACE by 10000 to 210000. MIPS64 needs a slighter large
symbol table.
This commit is contained in:
parent
9ffa81c4ee
commit
6d37d896d6
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: GENERIC,v 1.55 2006/08/26 07:59:23 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.56 2006/08/26 20:20:38 matt Exp $
|
||||
|
||||
include "arch/sbmips/conf/std.sbmips"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.55 $"
|
||||
#ident "GENERIC-$Revision: 1.56 $"
|
||||
|
||||
#options LOCKDEBUG # XXX XXX XXX XXX
|
||||
#options DEBUG # extra kernel debugging support
|
||||
|
@ -36,7 +36,7 @@ options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
|||
options DDB # kernel dynamic debugger
|
||||
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
options SYMTAB_SPACE=200000 # size for embedded symbol table
|
||||
options SYMTAB_SPACE=210000 # size for embedded symbol table
|
||||
|
||||
# Compatibility options
|
||||
options COMPAT_43 # compatibility with 4.3BSD binaries
|
||||
|
|
Loading…
Reference in New Issue