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 The CUBOX-I boards have Cortex-A9 cpus, ...



details:   https://anonhg.NetBSD.org/src/rev/60ce59511228
branches:  trunk
changeset: 458081:60ce59511228
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Jul 29 11:11:19 2019 +0000

description:
The CUBOX-I boards have Cortex-A9 cpus, so force -march=armv7-a
when compiling this kernel.

diffstat:

 sys/arch/evbarm/conf/CUBOX-I |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0ceb3bc256e5 -r 60ce59511228 sys/arch/evbarm/conf/CUBOX-I
--- a/sys/arch/evbarm/conf/CUBOX-I      Mon Jul 29 10:55:56 2019 +0000
+++ b/sys/arch/evbarm/conf/CUBOX-I      Mon Jul 29 11:11:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CUBOX-I,v 1.21 2019/07/24 12:33:18 hkenken Exp $
+# $NetBSD: CUBOX-I,v 1.22 2019/07/29 11:11:19 martin Exp $
 #
 # CuBox-i
 # - http://www.solid-run.com/products/cubox-i-mini-computer/
@@ -21,6 +21,7 @@
 options        IMX6
 options        MULTIPROCESSOR
 options        PMAPCOUNTERS
+makeoptions    CPUFLAGS="-march=armv7-a -mfpu=vfpv3"
 
 # Standard system options
 



Home | Main Index | Thread Index | Old Index