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 Default to armv7-a when building ODROID...



details:   https://anonhg.NetBSD.org/src/rev/99f0e8c70afc
branches:  trunk
changeset: 335065:99f0e8c70afc
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Dec 23 18:38:58 2014 +0000

description:
Default to armv7-a when building ODROID kernels so we get the armv7a
instructions.

diffstat:

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

diffs (18 lines):

diff -r 59eacedbd9a7 -r 99f0e8c70afc sys/arch/evbarm/conf/std.odroid
--- a/sys/arch/evbarm/conf/std.odroid   Tue Dec 23 17:50:42 2014 +0000
+++ b/sys/arch/evbarm/conf/std.odroid   Tue Dec 23 18:38:58 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.odroid,v 1.4 2014/08/24 07:59:22 jnemeth Exp $
+#      $NetBSD: std.odroid,v 1.5 2014/12/23 18:38:58 matt Exp $
 #
 # standard NetBSD/evbarm for ODROID options
 
@@ -8,7 +8,7 @@
 # Pull in ODROID config definitions
 include        "arch/evbarm/conf/files.odroid"
 
-#makeoptions   CPUFLAGS="-mcpu=cortex-a9 -mfpu=neon"
+makeoptions    CPUFLAGS="-march=armv7-a -mfpu=neon"
 
 # To support easy transit to ../arch/arm/arm32
 options        MODULAR



Home | Main Index | Thread Index | Old Index