Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/zaurus/conf bump up SYMTAB_SPACE.



details:   https://anonhg.NetBSD.org/src/rev/27ed7c4feebe
branches:  trunk
changeset: 778648:27ed7c4feebe
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Sat Apr 07 09:09:43 2012 +0000

description:
bump up SYMTAB_SPACE.

diffstat:

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

diffs (18 lines):

diff -r 63743efe5160 -r 27ed7c4feebe sys/arch/zaurus/conf/GENERIC
--- a/sys/arch/zaurus/conf/GENERIC      Sat Apr 07 05:58:55 2012 +0000
+++ b/sys/arch/zaurus/conf/GENERIC      Sat Apr 07 09:09:43 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.52 2012/03/10 21:51:57 joerg Exp $
+#      $NetBSD: GENERIC,v 1.53 2012/04/07 09:09:43 nonaka Exp $
 #
 # GENERIC machine description file
 #
@@ -164,7 +164,7 @@
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
 #options       KGDB
 #makeoptions   DEBUG="-g"              # compile full symbol table
-options        SYMTAB_SPACE=512000
+options        SYMTAB_SPACE=640000
 
 
 # Kernel root file system and dump configuration.



Home | Main Index | Thread Index | Old Index