diff options
author | Bastien Bouclet | 2019-05-08 20:10:51 +0200 |
---|---|---|
committer | Bastien Bouclet | 2019-05-11 20:35:31 +0200 |
commit | 7f9eaf0f12632bd58b35862f6e57fb7dc67f3f44 (patch) | |
tree | 4d7b0e7b0b629459ce47d809c1d10399792ba10a /configure | |
parent | 32b0c2cf2cf1d230912d44322ddba919be5a7e12 (diff) | |
download | scummvm-rg350-7f9eaf0f12632bd58b35862f6e57fb7dc67f3f44.tar.gz scummvm-rg350-7f9eaf0f12632bd58b35862f6e57fb7dc67f3f44.tar.bz2 scummvm-rg350-7f9eaf0f12632bd58b35862f6e57fb7dc67f3f44.zip |
ANDROID: Fix building armv5te binaries with NDK r14b
The mthumb linker flag was causing the libstdc++ library not to be found.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2501,7 +2501,6 @@ case $_host_os in append_var CXXFLAGS "-march=armv5te" append_var CXXFLAGS "-mtune=xscale" append_var CXXFLAGS "-mfloat-abi=softfp" - append_var LDFLAGS "-mthumb" ABI="armeabi" ;; android-v7a | android-arm-v7a) |