diff options
author | Sven Gothel <[email protected]> | 2015-01-30 20:50:02 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-01-30 20:50:02 +0100 |
commit | 3caf446e29a3934900b9983dfd72cb8aa0d9e8d7 (patch) | |
tree | 6400dad527db09db50b6f3691f22ec3c85acd7c6 /make/lib/gluegen-cpptasks-android-armv7.xml | |
parent | 6eba192bec7cc6258fbc0c97b448fe4a4d45de9a (diff) |
Bug 1122: Reflect __LP64__ and _aarch64__ in GlueGen's stdint/stddef and Android compilerflags
Diffstat (limited to 'make/lib/gluegen-cpptasks-android-armv7.xml')
-rw-r--r-- | make/lib/gluegen-cpptasks-android-armv7.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/lib/gluegen-cpptasks-android-armv7.xml b/make/lib/gluegen-cpptasks-android-armv7.xml index d854d4f..d13c190 100644 --- a/make/lib/gluegen-cpptasks-android-armv7.xml +++ b/make/lib/gluegen-cpptasks-android-armv7.xml @@ -96,6 +96,7 @@ enforce that libgcc is linked after source files but before other shared libraries. --> <libset dir="${env.NDK_TOOLCHAIN_ROOT}/lib/gcc/${env.TARGET_TRIPLE}/${env.GCC_VERSION}/armv7-a" libs="gcc" /> + <!-- libset libs="c,m,dl,log" / --> <libset libs="c,m,dl" /> </linker> |