diff options
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index a8f255a..1ca8ab4 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -109,7 +109,6 @@ case $targ in vax-*-bsd* | vax-*-ultrix* | \ we32k-*-* | \ w65-*-* | \ - *-*-ieee* | \ i370-* | \ sh5*-*-* | sh64*-*-* | \ null) @@ -127,6 +126,7 @@ case $targ in *-go32-rtems* | \ *-sony-* | \ *-tandem-* | \ + *-*-ieee* | \ *-*-netware* | \ *-*-rtemsaout* | \ *-*-rtemscoff* | \ @@ -496,7 +496,7 @@ case "${targ}" in #ifdef BFD64 cris-*-* | crisv32-*-*) targ_defvec=cris_aout_vec - targ_selvecs="cris_elf32_us_vec cris_elf32_vec ieee_vec" + targ_selvecs="cris_elf32_us_vec cris_elf32_vec" case "${targ}" in *-*-linux*) ;; *) targ_underscore=yes ;; @@ -530,7 +530,7 @@ case "${targ}" in fido-*-elf* ) targ_defvec=m68k_elf32_vec - targ_selvecs="m68k_coff_vec ieee_vec" + targ_selvecs="m68k_coff_vec" ;; fr30-*-elf) @@ -937,16 +937,16 @@ case "${targ}" in # We include core_cisco_be_vec here, rather than making a separate cisco # configuration, so that cisco-core.c gets routinely tested at # least for compilation. - targ_selvecs="core_cisco_be_vec ieee_vec" + targ_selvecs="core_cisco_be_vec" targ_underscore=yes ;; m68*-*-elf* | m68*-*-sysv4* | m68*-*-rtems* | m68*-*-uclinux*) targ_defvec=m68k_elf32_vec - targ_selvecs="m68k_coff_vec ieee_vec" + targ_selvecs="m68k_coff_vec" ;; m68*-*-coff* | m68*-*-sysv*) targ_defvec=m68k_coff_vec - targ_selvecs="m68k_coff_vec m68k_versados_vec ieee_vec" + targ_selvecs="m68k_coff_vec m68k_versados_vec" ;; m68*-*-hpux*) targ_defvec=m68k_aout_hp300hpux_vec @@ -1001,7 +1001,6 @@ case "${targ}" in ;; m68*-*-psos*) targ_defvec=m68k_elf32_vec - targ_selvecs=ieee_vec targ_underscore=yes ;; @@ -1793,10 +1792,6 @@ case "${targ}" in targ_underscore=yes ;; - *-*-ieee*) - targ_defvec=ieee_vec - ;; - # END OF targmatch.h *) echo 1>&2 "*** BFD does not support target ${targ}." |