[Scummvm-cvs-logs] scummvm branch-1-6 -> 3ea99fe6c9d2ad204fe0f36baffba7a397a31119

digitall dgturner at iee.org
Sun Mar 16 04:58:02 CET 2014


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:
35fb09732f ANDROID: Modify configure script for multi architecture builds.
3ea99fe6c9 ANDROID: Fix platform architecture and thus MIPS builds.


Commit: 35fb09732fff058b0ad542f92f2fdb94e0c83bb0
    https://github.com/scummvm/scummvm/commit/35fb09732fff058b0ad542f92f2fdb94e0c83bb0
Author: D G Turner (digitall at scummvm.org)
Date: 2014-03-16T03:59:32Z

Commit Message:
ANDROID: Modify configure script for multi architecture builds.

The host targets for Android ARM builds are changed to "android-arm"
and "android-arm-v7a", from "android" and "android-v7a", and two new
targets are added of "android-mips" for MIPS and "android-x86" for
x86.

The older "android" and "android-v7a" targets are still supported,
but are deprecated.

Conflicts:
	configure

Changed paths:
    configure




Commit: 3ea99fe6c9d2ad204fe0f36baffba7a397a31119
    https://github.com/scummvm/scummvm/commit/3ea99fe6c9d2ad204fe0f36baffba7a397a31119
Author: D G Turner (digitall at scummvm.org)
Date: 2014-03-16T04:01:31Z

Commit Message:
ANDROID: Fix platform architecture and thus MIPS builds.

Can't use the first three characters of the ABI as "mips" is four
characters. Better than this is a separate variable anyway.

Conflicts:
	configure

Changed paths:
    configure








More information about the Scummvm-git-logs mailing list