Module Name: src
Committed By: joerg
Date: Thu Dec 19 22:45:38 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: MV2120
Log Message:
Make SYMTAB_SPACE a plain number, the expression creates invalid syntax
constructs with Clang.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 src/sys/arch/evbarm/conf/MV2120:1.19
--- src/sys/arch/evbarm/conf/MV2120:1.18 Sun Jun 30 21:38:56 2013
+++ src/sys/arch/evbarm/conf/MV2120 Thu Dec 19 22:45:38 2013
@@ -1,11 +1,11 @@
-# $NetBSD: MV2120,v 1.18 2013/06/30 21:38:56 rmind Exp $
+# $NetBSD: MV2120,v 1.19 2013/12/19 22:45:38 joerg 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 * 1000)"
+options SYMTAB_SPACE=1024000
makeoptions DEBUG="-g"