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

string(APPEND _ANDROID_ABI_INIT_CFLAGS
  " -fpic"
  )

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