From 0dbe5d724984d04528eaa0212152d9eaa254f26f Mon Sep 17 00:00:00 2001 From: AreaScout Date: Thu, 20 Sep 2018 15:06:49 +0000 Subject: [PATCH] Fix: should close on spec #11404 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ff0a8bbf545..82d30349debc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ if(CMAKE_SYSTEM_PROCESSOR) endif() if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "^armv7") set(ARMV7 ON) - add_compile_options(-mfpu=neon-vfpv4) + add_compile_options(-mfpu=neon) # Horrifying workaround for bug in android cmake stuff for asm files if (ANDROID) set(CMAKE_ASM_FLAGS "${CMAKE_ASM_FLAGS} -target armv7a-none-linux-android")