Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf Add COPY_SYMTAB
details: https://anonhg.NetBSD.org/src/rev/e0ae050ba968
branches: trunk
changeset: 338007:e0ae050ba968
user: martin <martin%NetBSD.org@localhost>
date: Fri May 08 07:45:53 2015 +0000
description:
Add COPY_SYMTAB
diffstat:
sys/arch/evbmips/conf/ERLITE | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 2de0ab23c25b -r e0ae050ba968 sys/arch/evbmips/conf/ERLITE
--- a/sys/arch/evbmips/conf/ERLITE Fri May 08 07:44:59 2015 +0000
+++ b/sys/arch/evbmips/conf/ERLITE Fri May 08 07:45:53 2015 +0000
@@ -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 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
Home |
Main Index |
Thread Index |
Old Index