summaryrefslogtreecommitdiffstats
path: root/make/lib/gluegen-cpptasks-android-armv6.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-01-31 14:11:46 +0100
committerSven Gothel <[email protected]>2013-01-31 14:11:46 +0100
commit0634a2f9b4812b04dce4df466568184beac5c8cf (patch)
treeb0970602ac3bf9941490dc6a247bacd946364604 /make/lib/gluegen-cpptasks-android-armv6.xml
parenta45d7b1d090a77cadfd7877dc0eb468d4970efc4 (diff)
Bump Android NDK to 'android-ndk-r8d' - Note: '-fno-use-linker-plugin' is required (?!)
Diffstat (limited to 'make/lib/gluegen-cpptasks-android-armv6.xml')
-rw-r--r--make/lib/gluegen-cpptasks-android-armv6.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/lib/gluegen-cpptasks-android-armv6.xml b/make/lib/gluegen-cpptasks-android-armv6.xml
index a6db2bc..a48f5a3 100644
--- a/make/lib/gluegen-cpptasks-android-armv6.xml
+++ b/make/lib/gluegen-cpptasks-android-armv6.xml
@@ -75,6 +75,7 @@
<linker id="linker.cfg.android" name="gcc">
<linkerarg value="--sysroot=${env.TARGET_PLATFORM_ROOT}" />
<linkerarg value="-fpic" />
+ <linkerarg value="-fno-use-linker-plugin" />
<linkerarg value="-march=armv6" />
<linkerarg value="-mfloat-abi=softfp" />