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/f12daf88f500
branches: trunk
changeset: 781352:f12daf88f500
user: matt <matt%NetBSD.org@localhost>
date: Sat Sep 01 14:51:21 2012 +0000
description:
Bump SYMTAB_SPACE
Use cortex-a8 since it is a OMAP3530
diffstat:
sys/arch/evbarm/conf/OVERO | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 48d796de7113 -r f12daf88f500 sys/arch/evbarm/conf/OVERO
--- a/sys/arch/evbarm/conf/OVERO Sat Sep 01 14:50:11 2012 +0000
+++ b/sys/arch/evbarm/conf/OVERO Sat Sep 01 14:51:21 2012 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: OVERO,v 1.15 2012/08/29 08:29:58 skrll Exp $
+# $NetBSD: OVERO,v 1.16 2012/09/01 14:51:21 matt Exp $
#
# OVERO -- Gumstix. Inc. Overo platforms kernel
#
@@ -17,7 +17,7 @@
options CPU_CORTEXA8
options OMAP_3530
options PMAPCOUNTERS
-makeoptions CPUFLAGS="-march=arm11k -mtune=arm1136jf-s"
+makeoptions CPUFLAGS="-mcpu=cortex-a8"
# Architecture options
@@ -154,7 +154,7 @@
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#options KGDB
makeoptions DEBUG="-g" # compile full symbol table
-options SYMTAB_SPACE=350000
+options SYMTAB_SPACE=600000
config netbsd root on ? type ?
Home |
Main Index |
Thread Index |
Old Index