diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/configure.tgt | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 3c20249..b5978b1 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2003-05-21 Marcus Comstedt <marcus@mc.pp.se> + + * configure.tgt: Check for a target triplet of shl-...-netbsdelf + as well as shle-...-netbsdelf. + 2003-05-16 Kelley Cook <kelleycook@wideopenwest.com> * configure.host: Accept i[3-7]86 variants. diff --git a/ld/configure.tgt b/ld/configure.tgt index cde2c23..76ea94c 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -307,7 +307,7 @@ sh64-*-netbsd*) targ_emul=shelf64_nbsd targ_extra_emuls="shlelf64_nbsd shelf32_nbsd shlelf32_nbsd shelf_nbsd shlelf_nbsd" ;; -sh*le-*-netbsdelf*) +sh*l*-*-netbsdelf*) targ_emul=shlelf_nbsd targ_extra_emuls=shelf_nbsd ;; |