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 Bump SYMTAB_SPACE for clang build.



details:   https://anonhg.NetBSD.org/src/rev/6deba9c71ba7
branches:  trunk
changeset: 330964:6deba9c71ba7
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Jul 25 21:38:52 2014 +0000

description:
Bump SYMTAB_SPACE for clang build.

diffstat:

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

diffs (36 lines):

diff -r 9695cc78fa86 -r 6deba9c71ba7 sys/arch/evbarm/conf/CP3100
--- a/sys/arch/evbarm/conf/CP3100       Fri Jul 25 21:16:31 2014 +0000
+++ b/sys/arch/evbarm/conf/CP3100       Fri Jul 25 21:38:52 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CP3100,v 1.36 2013/06/30 21:38:56 rmind Exp $
+#      $NetBSD: CP3100,v 1.37 2014/07/25 21:38:52 joerg Exp $
 #
 #      CP3100 -- Certance CP3100 Kernel
 #
@@ -131,7 +131,7 @@
 options        DDB             # in-kernel debugger
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
 #makeoptions   DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=600000
+options        SYMTAB_SPACE=640000
 
 config         netbsd          root on ? type ?
 config         netbsd-wm0      root on wm0 type nfs
diff -r 9695cc78fa86 -r 6deba9c71ba7 sys/arch/evbarm/conf/SHEEVAPLUG
--- a/sys/arch/evbarm/conf/SHEEVAPLUG   Fri Jul 25 21:16:31 2014 +0000
+++ b/sys/arch/evbarm/conf/SHEEVAPLUG   Fri Jul 25 21:38:52 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SHEEVAPLUG,v 1.36 2014/04/23 07:34:30 msaitoh Exp $
+#      $NetBSD: SHEEVAPLUG,v 1.37 2014/07/25 21:38:52 joerg Exp $
 #
 #  This configuration supports for generically Marvell SheevaPlug
 #
@@ -163,7 +163,7 @@
 #options       DEBUG_KGDB
 makeoptions    DEBUG="-g"      # compile full symbol table
 #makeoptions   COPTS="-O1"
-options        SYMTAB_SPACE=800000
+options        SYMTAB_SPACE=840000
 #options       AUDIO_DEBUG=2
 
 config         netbsd          root on ? type ?



Home | Main Index | Thread Index | Old Index