diff options
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 4f6fb94..02c3188 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -110,7 +110,6 @@ case $targ in we32k-*-* | \ w65-*-* | \ *-*-ieee* | \ - *-sony-* | \ *-tandem-* | \ i370-* | \ sh5*-*-* | sh64*-*-* | \ @@ -127,6 +126,7 @@ esac case $targ in *-adobe-* | \ *-go32-rtems* | \ + *-sony-* | \ *-*-netware* | \ *-*-rtemsaout* | \ *-*-rtemscoff* | \ @@ -1797,11 +1797,6 @@ case "${targ}" in targ_defvec=ieee_vec ;; - *-sony-*) - targ_defvec=m68k_aout_newsos3_vec - targ_underscore=yes - ;; - *-tandem-*) targ_defvec=m68k_coff_vec targ_selvecs=ieee_vec |