diff options
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index a0c1c10..ae15c9f 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -104,7 +104,6 @@ case $targ in sparc64-*-aout* | \ sparc*-*-coff* | \ vax-*-bsd* | vax-*-ultrix* | \ - w65-*-* | \ sh5*-*-* | sh64*-*-* | \ null) if test "x$enable_obsolete" != xyes; then @@ -143,6 +142,7 @@ case $targ in sparc-*-lynxos* | \ tahoe-*-* | \ vax-*-vms* | \ + w65-*-* | \ we32k-*-* | \ null) echo "*** Configuration $targ is obsolete." >&2 @@ -1723,10 +1723,6 @@ case "${targ}" in targ_selvecs="wasm_vec" ;; - w65-*-*) - targ_defvec=w65_coff_vec - ;; - xgate-*-*) targ_defvec=xgate_elf32_vec targ_selvecs="xgate_elf32_vec" |