* config.sub (mingw32, msys): Default basic_machine to i686.

* testsuite/config-sub.data: Add test cases.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
Earnie Boyd
2013-08-10 09:01:28 +10:00
committed by Ben Elliston
parent 9fcc4aae00
commit 053eed3f15
3 changed files with 12 additions and 2 deletions

4
config.sub vendored
View File

@ -794,7 +794,7 @@ case $basic_machine in
os=-mingw64
;;
mingw32)
basic_machine=i386-pc
basic_machine=i686-pc
os=-mingw32
;;
mingw32ce)
@ -830,7 +830,7 @@ case $basic_machine in
basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
;;
msys)
basic_machine=i386-pc
basic_machine=i686-pc
os=-msys
;;
mvs)