Module Name: src
Committed By: martin
Date: Fri May 8 07:45:53 UTC 2015
Modified Files:
src/sys/arch/evbmips/conf: ERLITE
Log Message:
Add COPY_SYMTAB
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbmips/conf/ERLITE
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbmips/conf/ERLITE
diff -u src/sys/arch/evbmips/conf/ERLITE:1.3 src/sys/arch/evbmips/conf/ERLITE:1.4
--- src/sys/arch/evbmips/conf/ERLITE:1.3 Wed May 6 19:47:59 2015
+++ src/sys/arch/evbmips/conf/ERLITE Fri May 8 07:45:53 2015
@@ -1,11 +1,11 @@
-# $NetBSD: ERLITE,v 1.3 2015/05/06 19:47:59 martin Exp $
+# $NetBSD: ERLITE,v 1.4 2015/05/08 07:45:53 martin Exp $
include "arch/mips/conf/std.octeon"
include "arch/evbmips/conf/files.octeon"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ERLITE-$Revision: 1.3 $"
+#ident "ERLITE-$Revision: 1.4 $"
maxusers 32
@@ -37,7 +37,7 @@ options DEBUG # extra kernel debugging
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=360000 # size for embedded symbol table
+makeoptions COPY_SYMTAB=1 # size for embedded symbol table
# Compatibility options
#options COMPAT_43 # compatibility with 4.3BSD binaries