aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.tgt
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-01-08 17:21:50 +0000
committerNick Clifton <nickc@redhat.com>2007-01-08 17:21:50 +0000
commit42037fe5bbb1bc401de372fca49768eeef2c21dc (patch)
tree8cf3daeabc86ea33e51a586928fd693df91393bd /gas/configure.tgt
parentf9967789c6c7c657c099ff6526640d1cc2c36032 (diff)
downloadgdb-42037fe5bbb1bc401de372fca49768eeef2c21dc.zip
gdb-42037fe5bbb1bc401de372fca49768eeef2c21dc.tar.gz
gdb-42037fe5bbb1bc401de372fca49768eeef2c21dc.tar.bz2
Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r--gas/configure.tgt7
1 files changed, 5 insertions, 2 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt
index e4cfa1e..8650dac 100644
--- a/gas/configure.tgt
+++ b/gas/configure.tgt
@@ -212,8 +212,11 @@ case ${generic_target} in
i386-*-pe) fmt=coff em=pe ;;
i386-*-cygwin*) fmt=coff em=pe ;;
i386-*-interix*) fmt=coff em=interix ;;
- i386-*-mingw32*) fmt=coff em=pe ;;
- i386-*-mingw64*) fmt=coff em=pep ;;
+ i386-*-mingw*)
+ case ${cpu} in
+ x86_64*) fmt=coff em=pep ;;
+ i*) fmt=coff em=pe ;;
+ esac ;;
i386-*-nto-qnx*) fmt=elf ;;
i386-*-*nt*) fmt=coff em=pe ;;
i386-*-chaos) fmt=elf ;;