Module Name: src
Committed By: jakllsch
Date: Wed Feb 15 01:38:46 UTC 2012
Modified Files:
src/sys/arch/evbarm/conf: MV2120
Log Message:
Add 4KiB more of SYMTAB_SPACE to fix MV2120_INSTALL build.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/MV2120
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/evbarm/conf/MV2120
diff -u src/sys/arch/evbarm/conf/MV2120:1.5 src/sys/arch/evbarm/conf/MV2120:1.6
--- src/sys/arch/evbarm/conf/MV2120:1.5 Tue Feb 14 15:09:03 2012
+++ src/sys/arch/evbarm/conf/MV2120 Wed Feb 15 01:38:46 2012
@@ -1,11 +1,11 @@
-# $NetBSD: MV2120,v 1.5 2012/02/14 15:09:03 jakllsch Exp $
+# $NetBSD: MV2120,v 1.6 2012/02/15 01:38:46 jakllsch Exp $
#
# This configuration supports for HP MV2120/MV5140/MV5150.
include "arch/evbarm/conf/std.mv2120"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-options SYMTAB_SPACE="(1024 * 908)"
+options SYMTAB_SPACE="(1024 * 912)"
makeoptions DEBUG="-g"