diff options
author | Nick Clifton <nickc@redhat.com> | 2001-10-31 09:50:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-10-31 09:50:09 +0000 |
commit | 2709ab2160b6c62336dfc06cafd4966b256ddf2d (patch) | |
tree | 66d278b49734f2823a4f76f1adf64d006bcfd9c9 /ld/configure.tgt | |
parent | ab8b7693a9962b5e215a9adf376dde51b6535677 (diff) | |
download | binutils-redhat-2709ab2160b6c62336dfc06cafd4966b256ddf2d.tar.gz |
Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu targets
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 d0ece5c360..a320b8d1ac 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 |