aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd9
1 files changed, 1 insertions, 8 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index a77a7ba..77ce4eb 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -109,7 +109,6 @@ case $targ in
sparc-*-netware* | \
sparc64-*-aout* | \
sparc*-*-coff* | \
- tahoe-*-* | \
vax-*-bsd* | vax-*-ultrix* | \
we32k-*-* | \
w65-*-* | \
@@ -145,6 +144,7 @@ case $targ in
maxq-*-coff | \
mips*el-*-rtems* | \
sparc-*-lynxos* | \
+ tahoe-*-* | \
vax-*-vms* | \
null)
echo "*** Configuration $targ is obsolete." >&2
@@ -1703,13 +1703,6 @@ case "${targ}" in
want64=true
;;
-#if HAVE_aout_vec
- tahoe-*-*)
- targ_defvec=aout_vec
- targ_underscore=yes
- ;;
-#endif
-
tic6x-*-elf)
targ_defvec=tic6x_elf32_c6000_le_vec
targ_selvecs="tic6x_elf32_c6000_be_vec tic6x_elf32_le_vec tic6x_elf32_be_vec"