summaryrefslogtreecommitdiff
path: root/Modules/Platform/Android/abi-armeabi-v7a-Clang.cmake
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-10-28 12:15:10 -0700
committerHaibo Huang <hhb@google.com>2020-11-05 19:45:09 -0800
commit85e5139abac3c3fc1aba2d796a4020e0a6e95115 (patch)
tree72040ae7ed9dbfc82d58ee363c7e4453b363061e /Modules/Platform/Android/abi-armeabi-v7a-Clang.cmake
parent622ac065d2abeb53de3548b7e4f3d9b5980dfa8d (diff)
downloadcmake-85e5139abac3c3fc1aba2d796a4020e0a6e95115.tar.gz
Android: Move *_LLVM_TRIPLE to the centralized table
This allows us to skip `abi-*.cmake` in the next change. In the future we may move all this information to the NDK.
Diffstat (limited to 'Modules/Platform/Android/abi-armeabi-v7a-Clang.cmake')
-rw-r--r--Modules/Platform/Android/abi-armeabi-v7a-Clang.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/Platform/Android/abi-armeabi-v7a-Clang.cmake b/Modules/Platform/Android/abi-armeabi-v7a-Clang.cmake
index e2ab58b32f..6feeef6854 100644
--- a/Modules/Platform/Android/abi-armeabi-v7a-Clang.cmake
+++ b/Modules/Platform/Android/abi-armeabi-v7a-Clang.cmake
@@ -1,6 +1,3 @@
-# <ndk>/build/core/toolchains/arm-linux-androideabi-clang/setup.mk
-set(_ANDROID_ABI_CLANG_TARGET "armv7-none-linux-androideabi")
-
string(APPEND _ANDROID_ABI_INIT_CFLAGS
" -march=armv7-a"
)