diff options
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.sub b/config.sub index c771bc2cc70..5e86b84d5f4 100755 --- a/config.sub +++ b/config.sub @@ -462,6 +462,10 @@ case $basic_machine in basic_machine=i386-unknown os=-go32 ;; + i386-mingw32 | mingw32) + basic_machine=i386-unknown + os=-mingw32 + ;; iris | iris4d) basic_machine=mips-sgi case $os in |