Project

General

Profile

Bug #3889 » 0001-Remove-migw64-normalization.patch

luislavena (Luis Lavena), 10/03/2010 04:27 PM

View differences:

tool/config.sub
i*86 | x86_64)
basic_machine=$basic_machine-pc
;;
i?86-w64 | x86_64-w64)
basic_machine=x86_64-pc
;;
# Object if more than one company name word.
*-*-*)
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
......
;;
mingw64)
basic_machine=x86_64-pc
os=-mingw64
os=-mingw32
;;
mingw32ce)
basic_machine=arm-unknown
......
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-mingw64*)
case $basic_machine in
x86-* | i*86-*)
basic_machine=x86_64-pc
;;
esac
;;
-qnx*)
case $basic_machine in
x86-* | i*86-*)
(1-1/2)