mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
Add sh-nto support
This commit is contained in:
@ -994,6 +994,11 @@ case "${targ}" in
|
||||
#endif
|
||||
targ_underscore=yes
|
||||
;;
|
||||
sh-*-nto*)
|
||||
targ_defvec=bfd_elf32_shqnx_vec
|
||||
targ_selvecs="bfd_elf32_shlqnx_vec shcoff_vec shlcoff_vec shcoff_small_vec shlcoff_small_vec"
|
||||
targ_underscore=yes
|
||||
;;
|
||||
sh-*-pe)
|
||||
targ_defvec=shlpe_vec
|
||||
targ_selvecs="shlpe_vec shlpei_vec"
|
||||
|
Reference in New Issue
Block a user