[Scummvm-git-logs] scummvm master -> 8ee774fea9679493f9e151e3b2703a703fd9ebfc

antoniou79 antoniou at cti.gr
Fri Oct 4 13:00:26 CEST 2019


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

Summary:
e5a65c28b8 CONFIGURE: Add clarification of possible target android hosts
8ee774fea9 CONFIGURE: Add android-mips64 in clarification for target hosts


Commit: e5a65c28b86dc3bee24cf7d46ebf694e776e087a
    https://github.com/scummvm/scummvm/commit/e5a65c28b86dc3bee24cf7d46ebf694e776e087a
Author: antoniou79 (stroggoff at gmail.com)
Date: 2019-10-04T13:53:52+03:00

Commit Message:
CONFIGURE: Add clarification of possible target android hosts

Changed paths:
    configure


diff --git a/configure b/configure
index 52d9c26..80c83f4 100755
--- a/configure
+++ b/configure
@@ -968,9 +968,12 @@ Fine tuning of the installation directories:
 Special configuration feature:
   --host=HOST             cross-compile to target HOST (arm-linux, ...)
                           special targets: 3ds for Nintendo 3DS
-                                           android-arm for Android ARM
-                                           android-mips for Android MIPS
+                                           android or android-arm for Android ARMv5TE (armeabi)
+                                           android-v7a or android-arm-v7a for Android ARMv7-A (armeabi-v7a)
+                                           android-arm64-v8a for Android ARMv8-A (arm64-v8a)
                                            android-x86 for Android x86
+                                           android-x86_64 for Android x86_64
+                                           android-mips for Android MIPS
                                            androidsdl for Android with SDL backend
                                            caanoo for Caanoo
                                            dingux for Dingux


Commit: 8ee774fea9679493f9e151e3b2703a703fd9ebfc
    https://github.com/scummvm/scummvm/commit/8ee774fea9679493f9e151e3b2703a703fd9ebfc
Author: antoniou79 (stroggoff at gmail.com)
Date: 2019-10-04T13:57:33+03:00

Commit Message:
CONFIGURE: Add android-mips64 in clarification for target hosts

Changed paths:
    configure


diff --git a/configure b/configure
index 80c83f4..a2e9ea5 100755
--- a/configure
+++ b/configure
@@ -974,6 +974,7 @@ Special configuration feature:
                                            android-x86 for Android x86
                                            android-x86_64 for Android x86_64
                                            android-mips for Android MIPS
+                                           android-mips64 for Android MIPS64
                                            androidsdl for Android with SDL backend
                                            caanoo for Caanoo
                                            dingux for Dingux





More information about the Scummvm-git-logs mailing list