1 From 9ff39800cec5f1dabba246b253794582d611bc6d Mon Sep 17 00:00:00 2001
2 From: Baruch Siach <baruch@tkos.co.il>
3 Date: Fri, 20 Feb 2015 10:44:15 -0600
4 Subject: [PATCH] CMakeLists: don't hard code thumb code generation
6 Migrating to version 1.2.0
8 Signed-off-by: Baruch Siach <baruch@tkos.co.il>
9 Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
12 1 file changed, 1 insertion(+), 1 deletion(-)
14 diff --git a/CMakeLists.txt b/CMakeLists.txt
15 index fdf01ec..34ae26e 100644
18 @@ -84,7 +84,7 @@ if(ANDROID_PLATFORM)
19 ${ANDROID_TOOLCHAIN_PATH}/arm-linux-androideabi-ar
20 ${ANDROID_TOOLCHAIN_PATH}/arm-linux-androideabi-ranlib")
21 elseif(GNULINUX_PLATFORM)
22 - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mthumb-interwork -mthumb -march=armv7-a -mfpu=vfp3")
23 + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mthumb-interwork -march=armv7-a -mfpu=vfp3")
24 set(CMAKE_ASM_FLAGS "${CMAKE_C_FLAGS} -mthumb-interwork -mthumb -march=armv7-a -mfpu=neon")
26 #set minimal target ios version.If not provided this option, Xcode