[Scummvm-cvs-logs] scummvm master -> 0c4755408ac24d1fb0fe6d4957360e7ec3ae5250
digitall
digitall at scummvm.org
Mon Dec 19 00:04:57 CET 2011
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:
0c4755408a CONFIGURE: Update WinCE compiler host alias naming.
Commit: 0c4755408ac24d1fb0fe6d4957360e7ec3ae5250
https://github.com/scummvm/scummvm/commit/0c4755408ac24d1fb0fe6d4957360e7ec3ae5250
Author: D G Turner (digitall at scummvm.org)
Date: 2011-12-18T15:02:25-08:00
Commit Message:
CONFIGURE: Update WinCE compiler host alias naming.
This is required to work with the newest tool chain.
Changed paths:
configure
diff --git a/configure b/configure
index ea85885..7bdf38f 100755
--- a/configure
+++ b/configure
@@ -1279,7 +1279,7 @@ wii)
wince)
_host_os=wince
_host_cpu=arm
- _host_alias=arm-wince-mingw32ce
+ _host_alias=arm-mingw32ce
;;
*)
if test -n "$_host"; then
More information about the Scummvm-git-logs
mailing list