From 93e564d3803d1612427623071ee38eeb8bf18560 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 6 Oct 2015 12:56:37 +0200 Subject: [PATCH] Tweak MOD-Duo flags --- source/Makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Makefile.mk b/source/Makefile.mk index 442e5b990..b2acaa741 100644 --- a/source/Makefile.mk +++ b/source/Makefile.mk @@ -82,7 +82,7 @@ endif ifeq ($(MODDUO),true) # MOD Duo optimization flags -BASE_OPTS = -O2 -ffast-math -march=armv7-a -mtune=cortex-a7 -mfpu=neon -mfloat-abi=hard +BASE_OPTS = -O2 -ffast-math -march=armv7-a -mtune=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard LINK_OPTS = -Wl,-O1 -Wl,--as-needed -Wl,--strip-all endif