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 compile netwalker kernel with -mcpu=cor...



details:   https://anonhg.NetBSD.org/src/rev/e7fbd6751ddf
branches:  trunk
changeset: 778828:e7fbd6751ddf
user:      bsh <bsh%NetBSD.org@localhost>
date:      Sun Apr 15 08:57:16 2012 +0000

description:
compile netwalker kernel with -mcpu=cortex-a8

diffstat:

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

diffs (18 lines):

diff -r ee0719fa4bd2 -r e7fbd6751ddf sys/arch/evbarm/conf/std.netwalker
--- a/sys/arch/evbarm/conf/std.netwalker        Sun Apr 15 08:37:32 2012 +0000
+++ b/sys/arch/evbarm/conf/std.netwalker        Sun Apr 15 08:57:16 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.netwalker,v 1.1 2010/11/13 07:31:32 bsh Exp $
+#      $NetBSD: std.netwalker,v 1.2 2012/04/15 08:57:16 bsh Exp $
 #
 # standard NetBSD/evbarm options for Sharp NetWalker
 
@@ -14,7 +14,7 @@
 options        EXEC_ELF32
 options        EXEC_SCRIPT
 options        KERNEL_BASE_EXT=0xc0000000
-makeoptions    CPUFLAGS="-mcpu=arm1136j-s"
+makeoptions    CPUFLAGS="-mcpu=cortex-a8"
 
 # To support easy transit to ../arch/arm/arm32
 options        ARM32



Home | Main Index | Thread Index | Old Index