aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 37317a7622..41625d5c6c 100755
--- a/configure
+++ b/configure
@@ -2603,11 +2603,13 @@ case $_host_os in
;;
android-x86)
append_var CXXFLAGS "-march=i686"
- append_var CXXFLAGS "-mtune=i686"
+ append_var CXXFLAGS "-mtune=intel"
ABI="x86"
# Platform version 9 is needed as earlier versions of platform do not support this arch.
;;
android-x86_64)
+ append_var CXXFLAGS "-march=x86-64"
+ append_var CXXFLAGS "-mtune=intel"
ABI="x86_64"
;;
ouya)