From f11f32eed14b07a18d86872a9334e7a5a69fb294 Mon Sep 17 00:00:00 2001 From: thorpej Date: Wed, 16 Jan 2002 23:49:41 +0000 Subject: [PATCH] Since we build with DDB by default, build with SYMTAB_SPACE by default, as well. --- sys/arch/evbarm/conf/IQ80310 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/evbarm/conf/IQ80310 b/sys/arch/evbarm/conf/IQ80310 index 627bc9acba50..b012f992334e 100644 --- a/sys/arch/evbarm/conf/IQ80310 +++ b/sys/arch/evbarm/conf/IQ80310 @@ -1,4 +1,4 @@ -# $NetBSD: IQ80310,v 1.6 2001/11/30 03:01:23 thorpej Exp $ +# $NetBSD: IQ80310,v 1.7 2002/01/16 23:49:41 thorpej Exp $ # # IQ80310 -- Intel IQ80310 Evaluation Board Kernel # @@ -123,7 +123,7 @@ options DIAGNOSTIC # internally consistency checks 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=200000 +options SYMTAB_SPACE=200000 config netbsd root on ? type ? config netbsd-fxp0 root on fxp0 type nfs