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

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