Correct target_underscore for cris

* config.bfd: Correct targ_underscore for cris.
This commit is contained in:
Alan Modra 2017-06-19 16:04:16 +09:30
parent 1c8e01c960
commit 875ffa3edc
2 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2017-06-19 Alan Modra <amodra@gmail.com>
* config.bfd: Correct targ_underscore for cris.
2017-06-18 Alan Modra <amodra@gmail.com>
* config.bfd: Correct targ_underscore for epiphany, ip2k,

View File

@ -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*)