aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-05-01 06:53:26 +0000
committerAlan Modra <amodra@gmail.com>2000-05-01 06:53:26 +0000
commitc1e73230e6b0d36fbfc4da67e799ef9a07b71c1e (patch)
treec13a9ea620a9286d3f51e89d92ee543aedd4ea66 /gas/configure.in
parent7d4187854f0cac9bfc0efbc105cf61a18420612b (diff)
downloadgdb-c1e73230e6b0d36fbfc4da67e799ef9a07b71c1e.zip
gdb-c1e73230e6b0d36fbfc4da67e799ef9a07b71c1e.tar.gz
gdb-c1e73230e6b0d36fbfc4da67e799ef9a07b71c1e.tar.bz2
Ensure all pe targets use bfd.
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/configure.in b/gas/configure.in
index 3d3cf1d..40f8283 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -179,10 +179,10 @@ changequote([,])dnl
arm*-*-conix*) fmt=elf ;;
arm-*-linux*aout*) fmt=aout em=linux ;;
arm*-*-linux-gnu*) fmt=elf em=linux ;;
- arm-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
+ arm-*-netbsd*) fmt=aout em=nbsd ;;
arm-*-oabi | thumb-*-oabi) fmt=elf ;;
arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;;
- arm-*-wince) fmt=coff em=wince-pe bfd_gas=yes;;
+ arm-*-wince) fmt=coff em=wince-pe ;;
arm-*-pe | thumb-*-pe) fmt=coff em=pe ;;
arm-*-riscix*) fmt=aout em=riscix ;;
@@ -253,11 +253,11 @@ changequote([,])dnl
fmt=aout em=mach bfd_gas=yes ;;
i386-*-msdos*) fmt=aout ;;
i386-*-moss*) fmt=elf ;;
- i386-*-pe) fmt=coff em=pe ;;
+ i386-*-pe) fmt=coff em=pe bfd_gas=yes ;;
i386-*-cygwin*) fmt=coff em=pe bfd_gas=yes ;;
i386-*-interix*) fmt=coff em=interix bfd_gas=yes ;;
i386-*-mingw32*) fmt=coff em=pe bfd_gas=yes ;;
- i386-*-*nt*) fmt=coff em=pe ;;
+ i386-*-*nt*) fmt=coff em=pe bfd_gas=yes ;;
i386-*-vxworks*) fmt=aout ;;
i960-*-bout) fmt=bout ;;
i960-*-coff) fmt=coff em=ic960 ;;