diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 6 | ||||
-rw-r--r-- | ld/configure.tgt | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e1dc132..5758230 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2001-10-31 NIIBE Yutaka <gniibe@m17n.org> + + * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu + targets. + (sh-*-linux*): Added targ_extra_libpath. + 2001-10-31 David Heine <dlheine@tensilica.com> * ldlang.c (lang_size_sections): Keep a valid output_offset field 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 |