summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Android/abi-mips-Clang.cmake
blob: bf6b9fc74fc80833b77e8c597f22a100789a2c89 (plain)
1
2
3
4
5
6
7
8
# <ndk>/build/core/toolchains/mipsel-linux-android-clang/setup.mk
set(_ANDROID_ABI_CLANG_TARGET "mipsel-none-linux-android")

string(APPEND _ANDROID_ABI_INIT_CFLAGS
  " -fpic"
  )

include(Platform/Android/abi-common-Clang)