diff options
Diffstat (limited to 'gnu/usr.bin/binutils/bfd/config.bfd')
-rw-r--r-- | gnu/usr.bin/binutils/bfd/config.bfd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/bfd/config.bfd b/gnu/usr.bin/binutils/bfd/config.bfd index e5edb3d7705..9e4ddf6b3e0 100644 --- a/gnu/usr.bin/binutils/bfd/config.bfd +++ b/gnu/usr.bin/binutils/bfd/config.bfd @@ -1080,7 +1080,7 @@ case "${targ}" in ;; #endif - sh*-*-openbsd* | sh*l*-*-netbsdelf*) + sh*l*-*-netbsdelf*) targ_defvec=bfd_elf32_shlnbsd_vec targ_selvecs="bfd_elf32_shnbsd_vec shcoff_vec shlcoff_vec" #ifdef BFD64 @@ -1098,6 +1098,10 @@ case "${targ}" in targ_defvec=bfd_elf32_shnbsd_vec targ_selvecs="bfd_elf32_shlnbsd_vec shcoff_vec shlcoff_vec" ;; + sh*-*-openbsd*) + targ_defvec=bfd_elf32_shlobsd_vec + targ_selvecs="bfd_elf32_shobsd_vec" + ;; shl*-*-elf* | sh[1234]l*-*-elf* | sh3el*-*-elf* | shl*-*-kaos*) targ_defvec=bfd_elf32_shl_vec targ_selvecs="bfd_elf32_sh_vec shlcoff_vec shcoff_vec shlcoff_small_vec shcoff_small_vec" |