Default to armv7-a when building ODROID kernels so we get the armv7a

instructions.
This commit is contained in:
matt 2014-12-23 18:38:58 +00:00
parent 009d886c38
commit a7cfe46ea7

View File

@ -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 @@ include "arch/evbarm/conf/std.evbarm"
# 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