Module Name: src Committed By: msaitoh Date: Mon Sep 3 17:12:50 UTC 2012
Modified Files: src/sys/arch/evbarm/conf: MV2120 Log Message: Bump SYMTAB_SPACE. The automatic SYMTAB_SPACE adustment doesn'w work with this style of definition. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 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.9 src/sys/arch/evbarm/conf/MV2120:1.10 --- src/sys/arch/evbarm/conf/MV2120:1.9 Wed Aug 29 08:29:58 2012 +++ src/sys/arch/evbarm/conf/MV2120 Mon Sep 3 17:12:50 2012 @@ -1,11 +1,11 @@ -# $NetBSD: MV2120,v 1.9 2012/08/29 08:29:58 skrll Exp $ +# $NetBSD: MV2120,v 1.10 2012/09/03 17:12:50 msaitoh 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 * 912)" +options SYMTAB_SPACE="(1024 * 1000)" makeoptions DEBUG="-g"