Set targ_emul, targ_extra_emuls as little endian default and to support big endian.

This commit is contained in:
Nick Clifton 2001-11-02 16:58:18 +00:00
parent b8819ab2f8
commit 3a9091c4e5
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-11-01 NIIBE Yutaka <gniibe@m17n.org>
* configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
as little endian default and to support big endian.
2001-11-01 Chris Demetriou <cgd@broadcom.com>
* ld.texinfo (Options): Document new option, -nostdlib.

View File

@ -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*)