* config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative

endian vector to targ_selvecs.
This commit is contained in:
Kaz Kojima
2002-10-14 02:12:36 +00:00
parent 46c82446e1
commit 019dca2bd0
2 changed files with 7 additions and 0 deletions

View File

@ -952,9 +952,11 @@ case "${targ}" in
;;
sh*eb-*-linux*)
targ_defvec=bfd_elf32_shblin_vec
targ_selvecs=bfd_elf32_shlin_vec
;;
sh*-*-linux*)
targ_defvec=bfd_elf32_shlin_vec
targ_selvecs=bfd_elf32_shblin_vec
;;
#ifdef BFD64