diff options
author | Haibo Huang <hhb@google.com> | 2020-10-28 19:15:10 (GMT) |
---|---|---|
committer | Haibo Huang <hhb@google.com> | 2020-11-06 03:45:09 (GMT) |
commit | 85e5139abac3c3fc1aba2d796a4020e0a6e95115 (patch) | |
tree | 72040ae7ed9dbfc82d58ee363c7e4453b363061e /Modules/Platform/Android/abi-armeabi-Clang.cmake | |
parent | 622ac065d2abeb53de3548b7e4f3d9b5980dfa8d (diff) | |
download | CMake-85e5139abac3c3fc1aba2d796a4020e0a6e95115.zip CMake-85e5139abac3c3fc1aba2d796a4020e0a6e95115.tar.gz CMake-85e5139abac3c3fc1aba2d796a4020e0a6e95115.tar.bz2 |
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-Clang.cmake')
-rw-r--r-- | Modules/Platform/Android/abi-armeabi-Clang.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/Platform/Android/abi-armeabi-Clang.cmake b/Modules/Platform/Android/abi-armeabi-Clang.cmake index b857bd3..2b1de03 100644 --- a/Modules/Platform/Android/abi-armeabi-Clang.cmake +++ b/Modules/Platform/Android/abi-armeabi-Clang.cmake @@ -1,6 +1,3 @@ -# <ndk>/build/core/toolchains/arm-linux-androideabi-clang/setup.mk -set(_ANDROID_ABI_CLANG_TARGET "armv5te-none-linux-androideabi") - string(APPEND _ANDROID_ABI_INIT_CFLAGS " -march=armv5te" ) |