linux.h (LINK_SPEC): Set dynamic-linker to agree with glibc.
authorAndrew Haley <aph@cambridge.redhat.com>
Wed, 26 Sep 2001 10:35:46 +0000 (10:35 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Wed, 26 Sep 2001 10:35:46 +0000 (10:35 +0000)
2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>

        * config/sh/linux.h (LINK_SPEC): Set dynamic-linker to agree with
        glibc.

From-SVN: r45821

gcc/ChangeLog
gcc/config/sh/linux.h

index 9e443cf..3cc5016 100644 (file)
@@ -1,3 +1,8 @@
+2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
+
+       * config/sh/linux.h (LINK_SPEC): Set dynamic-linker to agree with
+       glibc.
+
 2001-09-25  Janis Johnson  <janis187@us.ibm.com>
            Jim Wilson  <wilson@redhat.com>
 
index 2be3d81..a9a3f22 100644 (file)
@@ -76,7 +76,7 @@ Boston, MA 02111-1307, USA.  */
    %{shared:-shared} \
    %{!static: \
      %{rdynamic:-export-dynamic} \
-     %{!dynamic-linker:-dynamic-linker /lib/ld.so.1} \
+     %{!dynamic-linker:-dynamic-linker /lib/ld-linux.so.2} \
      %{!rpath:-rpath /lib}} \
    %{static:-static}"