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 override CPUFLAGS and build with -mcpu=...
details: https://anonhg.NetBSD.org/src/rev/94089d4043a5
branches: trunk
changeset: 333027:94089d4043a5
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Tue Oct 14 22:43:33 2014 +0000
description:
override CPUFLAGS and build with -mcpu=cortex-a7
diffstat:
sys/arch/evbarm/conf/HUMMINGBIRD_A31 | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r d26880c975c1 -r 94089d4043a5 sys/arch/evbarm/conf/HUMMINGBIRD_A31
--- a/sys/arch/evbarm/conf/HUMMINGBIRD_A31 Tue Oct 14 22:42:36 2014 +0000
+++ b/sys/arch/evbarm/conf/HUMMINGBIRD_A31 Tue Oct 14 22:43:33 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HUMMINGBIRD_A31,v 1.9 2014/10/13 19:04:17 jmcneill Exp $
+# $NetBSD: HUMMINGBIRD_A31,v 1.10 2014/10/14 22:43:33 jmcneill Exp $
#
# HUMMINGBIRD_A31 - Merrii Hummingbird A31
#
@@ -16,6 +16,8 @@
# CPU options
+no makeoptions CPUFLAGS
+makeoptions CPUFLAGS="-mcpu=cortex-a7 -mfpu=neon"
no makeoptions BOARDTYPE
makeoptions BOARDTYPE="hummingbird_a31"
#options UVMHIST,UVMHIST_PRINT
Home |
Main Index |
Thread Index |
Old Index