diff options
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index f8a26f4..dc24aab 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -500,15 +500,13 @@ case "${targ}" in targ_underscore=yes ;; - cris-*-*) - targ_defvec=cris_aout_vec - targ_selvecs="cris_elf32_us_vec cris_elf32_vec ieee_vec" - targ_underscore=yes - ;; - - crisv32-*-*) + cris-*-* | crisv32-*-*) targ_defvec=cris_aout_vec targ_selvecs="cris_elf32_us_vec cris_elf32_vec ieee_vec" + case "${targ}" in + *-*-linux*) ;; + *) targ_underscore=yes ;; + esac ;; crx-*-elf*) |