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/493fcdc08d8b
branches:  trunk
changeset: 325350:493fcdc08d8b
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 a35f3668e6d6 -r 493fcdc08d8b 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