diff options
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index d0ece5c..a320b8d 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -231,6 +231,13 @@ h8500-*-hms* | h8500-*-coff*) sh-*-linux*) targ_emul=shelf_linux targ_extra_emuls=shlelf_linux + targ_extra_libpath=shelf_linux + ;; +sh*eb-*-linux*) + targ_emul=shelf_linux + ;; +sh*-*-linux*) + targ_emul=shlelf_linux ;; sh-*-elf* | sh-*-rtemself*) targ_emul=shelf |