From 7f9eaf0f12632bd58b35862f6e57fb7dc67f3f44 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Wed, 8 May 2019 20:10:51 +0200 Subject: ANDROID: Fix building armv5te binaries with NDK r14b The mthumb linker flag was causing the libstdc++ library not to be found. --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index df69f49fb4..b4e8224fc5 100755 --- a/configure +++ b/configure @@ -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) -- cgit v1.2.3