mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 03:24:41 +08:00
Add fdpic and misc targets to config.bfd for sh*-*-linux*
This commit is contained in:
parent
3b1ad7d510
commit
6c4f2328ab
@ -1,3 +1,8 @@
|
||||
2015-09-30 Rich Felker <dalias@libc.org>
|
||||
|
||||
* config.bfd (targ_selvecs): Add fdpic and misc targets
|
||||
for sh*-*-linux*.
|
||||
|
||||
2015-09-29 Andrew Stubbs <ams@codesourcery.com>
|
||||
H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
|
@ -1389,6 +1389,7 @@ case "${targ}" in
|
||||
sh-*-linux*)
|
||||
targ_defvec=sh_elf32_linux_be_vec
|
||||
targ_selvecs="sh_elf32_linux_vec sh64_elf32_linux_vec sh64_elf32_linux_be_vec sh64_elf64_linux_vec sh64_elf64_linux_be_vec"
|
||||
targ_selvecs="${targ_selvecs} sh_elf32_vec sh_elf32_le_vec sh_elf32_fdpic_le_vec sh_elf32_fdpic_be_vec"
|
||||
want64=true
|
||||
;;
|
||||
#endif /* BFD64 */
|
||||
@ -1396,10 +1397,12 @@ case "${targ}" in
|
||||
sh*eb-*-linux*)
|
||||
targ_defvec=sh_elf32_linux_be_vec
|
||||
targ_selvecs=sh_elf32_linux_vec
|
||||
targ_selvecs="${targ_selvecs} sh_elf32_vec sh_elf32_le_vec sh_elf32_fdpic_le_vec sh_elf32_fdpic_be_vec"
|
||||
;;
|
||||
sh*-*-linux*)
|
||||
targ_defvec=sh_elf32_linux_vec
|
||||
targ_selvecs=sh_elf32_linux_be_vec
|
||||
targ_selvecs="${targ_selvecs} sh_elf32_vec sh_elf32_le_vec sh_elf32_fdpic_le_vec sh_elf32_fdpic_be_vec"
|
||||
;;
|
||||
|
||||
sh-*-uclinux* | sh[12]-*-uclinux*)
|
||||
|
Loading…
Reference in New Issue
Block a user