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-arm64-v8a-GNU.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-arm64-v8a-GNU.cmake')
-rw-r--r-- | Modules/Platform/Android/abi-arm64-v8a-GNU.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/Platform/Android/abi-arm64-v8a-GNU.cmake b/Modules/Platform/Android/abi-arm64-v8a-GNU.cmake index 0bcfc86..b71a674 100644 --- a/Modules/Platform/Android/abi-arm64-v8a-GNU.cmake +++ b/Modules/Platform/Android/abi-arm64-v8a-GNU.cmake @@ -1,7 +1,4 @@ # <ndk>/build/core/toolchains/aarch64-linux-android-4.9/setup.mk -string(APPEND _ANDROID_ABI_INIT_CFLAGS - " -fpic" - ) # Suppress -Wl,-z,nocopyreloc flag on arm64-v8a set(_ANDROID_ABI_INIT_EXE_LDFLAGS_NO_nocopyreloc 1) |