summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Android/abi-mips64-GNU.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/Android/abi-mips64-GNU.cmake')
-rw-r--r--Modules/Platform/Android/abi-mips64-GNU.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Modules/Platform/Android/abi-mips64-GNU.cmake b/Modules/Platform/Android/abi-mips64-GNU.cmake
new file mode 100644
index 0000000..4525d40
--- /dev/null
+++ b/Modules/Platform/Android/abi-mips64-GNU.cmake
@@ -0,0 +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)