diff options
Diffstat (limited to 'Modules/Platform/Android/abi-mips64-GNU.cmake')
-rw-r--r-- | Modules/Platform/Android/abi-mips64-GNU.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/Platform/Android/abi-mips64-GNU.cmake b/Modules/Platform/Android/abi-mips64-GNU.cmake index 3f9fbc3..4525d40 100644 --- a/Modules/Platform/Android/abi-mips64-GNU.cmake +++ b/Modules/Platform/Android/abi-mips64-GNU.cmake @@ -1,2 +1,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) |