diff options
author | Brad King <brad.king@kitware.com> | 2016-10-25 13:08:55 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-10-25 13:08:55 (GMT) |
commit | 644ff572f736ff04f927661fa5bd2283cd3ee3e1 (patch) | |
tree | c84b9a659eb553c0bef421298006f87d729a7d47 /Modules/Platform/Android/abi-armeabi-v6-Clang.cmake | |
parent | 9430125511865b65e2fa897c59c70414238fbf91 (diff) | |
parent | 4c272adbe1d67af4779f4e72d9562457ed851dac (diff) | |
download | CMake-644ff572f736ff04f927661fa5bd2283cd3ee3e1.zip CMake-644ff572f736ff04f927661fa5bd2283cd3ee3e1.tar.gz CMake-644ff572f736ff04f927661fa5bd2283cd3ee3e1.tar.bz2 |
Merge topic 'android-pic'
4c272adb Android: Link position-independent executables with proper flags
6205f179 Android: Set CMAKE_POSITION_INDEPENDENT_CODE automatically
Diffstat (limited to 'Modules/Platform/Android/abi-armeabi-v6-Clang.cmake')
-rw-r--r-- | Modules/Platform/Android/abi-armeabi-v6-Clang.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/Platform/Android/abi-armeabi-v6-Clang.cmake b/Modules/Platform/Android/abi-armeabi-v6-Clang.cmake index 15f1d4a..a7412f5 100644 --- a/Modules/Platform/Android/abi-armeabi-v6-Clang.cmake +++ b/Modules/Platform/Android/abi-armeabi-v6-Clang.cmake @@ -13,7 +13,6 @@ endif() string(APPEND _ANDROID_ABI_INIT_CFLAGS " -mfloat-abi=softfp" - " -fpic" ) include(Platform/Android/abi-common-Clang) |