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



details:   https://anonhg.NetBSD.org/src/rev/c88de1760d97
branches:  trunk
changeset: 789298:c88de1760d97
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Aug 13 12:11:02 2013 +0000

description:
Bump SYMTAB_SPACE

> arm--netbsdelf-eabi-dbsym: symbol table (786048 bytes) too big for buffer (78603 2 bytes)
> Increase options SYMTAB_SPACE in your kernel config

diffstat:

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

diffs (18 lines):

diff -r fc4257ee2e94 -r c88de1760d97 sys/arch/evbarm/conf/GUMSTIX
--- a/sys/arch/evbarm/conf/GUMSTIX      Tue Aug 13 10:43:28 2013 +0000
+++ b/sys/arch/evbarm/conf/GUMSTIX      Tue Aug 13 12:11:02 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GUMSTIX,v 1.78 2013/06/30 21:38:56 rmind Exp $
+#      $NetBSD: GUMSTIX,v 1.79 2013/08/13 12:11:02 pgoyette Exp $
 #
 #      GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
 #
@@ -157,7 +157,7 @@
 #options       DEBUG_KGDB
 makeoptions    DEBUG="-g"      # compile full symbol table
 #makeoptions   COPTS="-O2"
-options        SYMTAB_SPACE=785000
+options        SYMTAB_SPACE=790000
 #options       AUDIO_DEBUG=2
 
 config         netbsd          root on ? type ?



Home | Main Index | Thread Index | Old Index