From 3a9091c4e556853a0229057818972f0141cc4054 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 2 Nov 2001 16:58:18 +0000 Subject: [PATCH] Set targ_emul, targ_extra_emuls as little endian default and to support big endian. --- ld/ChangeLog | 5 +++++ ld/configure.tgt | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 9584c72e34..ad2d7787c9 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2001-11-01 NIIBE Yutaka + + * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls + as little endian default and to support big endian. + 2001-11-01 Chris Demetriou * ld.texinfo (Options): Document new option, -nostdlib. diff --git a/ld/configure.tgt b/ld/configure.tgt index a320b8d1ac..f54064edb1 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -229,8 +229,8 @@ h8500-*-hms* | h8500-*-coff*) targ_extra_emuls="h8500s h8500b h8500m h8500c" ;; sh-*-linux*) - targ_emul=shelf_linux - targ_extra_emuls=shlelf_linux + targ_emul=shlelf_linux + targ_extra_emuls=shelf_linux targ_extra_libpath=shelf_linux ;; sh*eb-*-linux*)