diff options
author | D G Turner | 2011-12-18 23:02:25 +0000 |
---|---|---|
committer | D G Turner | 2011-12-18 23:02:25 +0000 |
commit | 0c4755408ac24d1fb0fe6d4957360e7ec3ae5250 (patch) | |
tree | c1285921a90fa92ecfce69912526fab8f82ee1f8 /configure | |
parent | 0cd53d5d3e6324869adf145047c65d2ef93e8b7f (diff) | |
download | scummvm-rg350-0c4755408ac24d1fb0fe6d4957360e7ec3ae5250.tar.gz scummvm-rg350-0c4755408ac24d1fb0fe6d4957360e7ec3ae5250.tar.bz2 scummvm-rg350-0c4755408ac24d1fb0fe6d4957360e7ec3ae5250.zip |
CONFIGURE: Update WinCE compiler host alias naming.
This is required to work with the newest tool chain.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |