Module Name: src
Committed By: bsh
Date: Sun Apr 15 08:57:16 UTC 2012
Modified Files:
src/sys/arch/evbarm/conf: std.netwalker
Log Message:
compile netwalker kernel with -mcpu=cortex-a8
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/std.netwalker
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/std.netwalker
diff -u src/sys/arch/evbarm/conf/std.netwalker:1.1 src/sys/arch/evbarm/conf/std.netwalker:1.2
--- src/sys/arch/evbarm/conf/std.netwalker:1.1 Sat Nov 13 07:31:32 2010
+++ src/sys/arch/evbarm/conf/std.netwalker Sun Apr 15 08:57:16 2012
@@ -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 NETWALKER
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