Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Make SYMTAB_SPACE a plain number, the e...



details:   https://anonhg.NetBSD.org/src/rev/c8d083980527
branches:  trunk
changeset: 792090:c8d083980527
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Dec 19 22:45:38 2013 +0000

description:
Make SYMTAB_SPACE a plain number, the expression creates invalid syntax
constructs with Clang.

diffstat:

 sys/arch/evbarm/conf/MV2120 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 77e2faa15ca5 -r c8d083980527 sys/arch/evbarm/conf/MV2120
--- a/sys/arch/evbarm/conf/MV2120       Thu Dec 19 22:45:02 2013 +0000
+++ b/sys/arch/evbarm/conf/MV2120       Thu Dec 19 22:45:38 2013 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index