aboutsummaryrefslogtreecommitdiff
path: root/gas/configure
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-10-29 19:48:00 +0000
committerNick Clifton <nickc@redhat.com>2003-10-29 19:48:00 +0000
commit0379c6889b628d53cccd77d2eca07ec4f273416f (patch)
tree58cf3c14ec053a7704bafd41b3d9d1e864a2699c /gas/configure
parent0a0a4ac3c65576a2eb2b38dab365fe950fdfeca1 (diff)
downloadfsf-binutils-gdb-0379c6889b628d53cccd77d2eca07ec4f273416f.zip
fsf-binutils-gdb-0379c6889b628d53cccd77d2eca07ec4f273416f.tar.gz
fsf-binutils-gdb-0379c6889b628d53cccd77d2eca07ec4f273416f.tar.bz2
Make a generic VxWorks entry
Diffstat (limited to 'gas/configure')
-rwxr-xr-xgas/configure9
1 files changed, 2 insertions, 7 deletions
diff --git a/gas/configure b/gas/configure
index 558e51b..75afd2f 100755
--- a/gas/configure
+++ b/gas/configure
@@ -4053,7 +4053,6 @@ for this_target in $target $canon_targets ; do
arm-*-wince) fmt=coff em=wince-pe ;;
arm-*-pe | thumb-*-pe) fmt=coff em=pe ;;
arm-*-riscix*) fmt=aout em=riscix ;;
- arm-*-vxworks) fmt=coff ;;
avr-*-*) fmt=elf ;;
@@ -4157,7 +4156,6 @@ _ACEOF
i386-*-mingw32*) fmt=coff em=pe ;;
i386-*-nto-qnx*) fmt=elf ;;
i386-*-*nt*) fmt=coff em=pe ;;
- i386-*-vxworks*) fmt=aout ;;
i386-*-chaos) fmt=elf ;;
i860-*-*) fmt=elf endian=little
@@ -4238,7 +4236,6 @@ echo "$as_me: error: Unknown vendor for mips-bsd configuration." >&2;}
mips-*-elf* | mips-*-rtems*) fmt=elf ;;
mips-*-netbsd*) fmt=elf ;;
mips-*-openbsd*) fmt=elf ;;
- mips-*-vxworks*) fmt=elf ;;
mmix-*-*) fmt=elf ;;
mn10200-*-*) fmt=elf ;;
@@ -4281,8 +4278,6 @@ echo "$as_me: error: Solaris must be configured little endian" >&2;}
ppc-*-macos* | ppc-*-mpw*) fmt=coff em=macos ;;
ppc-*-netware*) fmt=elf em=ppcnw ;;
ppc-**-nto*) fmt=elf ;;
- ppc-*-vxworks*) fmt=elf ;;
- ppc-*-windiss*) fmt=elf ;;
ppc-*-kaos*) fmt=elf ;;
s390x-*-linux-gnu*) fmt=elf em=linux ;;
@@ -4366,8 +4361,8 @@ echo "$as_me: error: Solaris must be configured little endian" >&2;}
*-*-xray | *-*-hms) fmt=coff ;;
*-*-sim) fmt=coff ;;
*-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf dev=yes ;;
- *-*-aros*) fmt=elf em=linux bfd_gas=yes ;;
- *-*-vxworks) fmt=aout ;;
+ *-*-aros*) fmt=elf em=linux bfd_gas=yes ;;
+ *-*-vxworks | *-*-windiss) fmt=elf ;;
*-*-netware) fmt=elf ;;
esac