From 6694bf58231d71e5bd385b2da7bfc277463ef41c Mon Sep 17 00:00:00 2001 From: Thanasis Antoniou Date: Mon, 21 Oct 2019 21:05:52 +0300 Subject: CONFIGURE: Added some CXXFLAGS for android x86_64 --- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure') 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) -- cgit v1.2.3