aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/configure.in b/gas/configure.in
index 936ae006..b007979 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -183,8 +183,9 @@ changequote([,])dnl
i386-*-msdos*) fmt=aout ;;
i386-*-moss*) fmt=elf ;;
i386-*-pe) fmt=coff em=pe ;;
- i386-*-cygwin32) fmt=coff em=pe bfd_gas=yes ;;
- i386-*-*nt) fmt=coff em=pe ;;
+ i386-*-cygwin32*) fmt=coff em=pe bfd_gas=yes ;;
+ i386-*-mingw32*) fmt=coff em=pe bfd_gas=yes ;;
+ i386-*-*nt*) fmt=coff em=pe ;;
i960-*-bout) fmt=bout ;;
i960-*-coff) fmt=coff em=ic960 ;;
i960-*-rtems*) fmt=coff em=ic960 ;;