Set targ_emul, targ_extra_emuls as little endian default and to support big endian.
authorNick Clifton <nickc@redhat.com>
Fri, 2 Nov 2001 16:58:18 +0000 (16:58 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 2 Nov 2001 16:58:18 +0000 (16:58 +0000)
ld/ChangeLog
ld/configure.tgt

index 9584c72e345f6e5d5629c702c5188955f5e9898a..ad2d7787c9e348ad91ce00a970b935006e228097 100644 (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.
index a320b8d1ac56ecea522369aa20714d77975d1ba3..f54064edb16e9ab21ce78c4a47247aad3da7b239 100644 (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*)
This page took 0.027075 seconds and 4 git commands to generate.