[Scummvm-git-logs] scummvm master -> 6694bf58231d71e5bd385b2da7bfc277463ef41c

antoniou79 antoniou at cti.gr
Mon Oct 21 20:06:37 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
6694bf5823 CONFIGURE: Added some CXXFLAGS for android x86_64


Commit: 6694bf58231d71e5bd385b2da7bfc277463ef41c
    https://github.com/scummvm/scummvm/commit/6694bf58231d71e5bd385b2da7bfc277463ef41c
Author: Thanasis Antoniou (a.antoniou79 at gmail.com)
Date: 2019-10-21T21:05:52+03:00

Commit Message:
CONFIGURE: Added some CXXFLAGS for android x86_64

Changed paths:
    configure


diff --git a/configure b/configure
index 37317a7..41625d5 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)





More information about the Scummvm-git-logs mailing list