summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Android/abi-mips64-GNU.cmake
blob: 4525d40a81157baba298db4d9ae551b2f6f68001 (plain)
1
2
3
4
5
6
# <ndk>/build/core/toolchains/mips64el-linux-android-4.9/setup.mk
string(APPEND _ANDROID_ABI_INIT_CFLAGS
  " -fpic"
  )

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