Commit ee3d5b8e by Andrew Haley Committed by Andrew Haley

linux.h (LINK_SPEC): Set dynamic-linker to agree with glibc.

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
parent 45899a74
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> 2001-09-25 Janis Johnson <janis187@us.ibm.com>
Jim Wilson <wilson@redhat.com> Jim Wilson <wilson@redhat.com>
......
...@@ -76,7 +76,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -76,7 +76,7 @@ Boston, MA 02111-1307, USA. */
%{shared:-shared} \ %{shared:-shared} \
%{!static: \ %{!static: \
%{rdynamic:-export-dynamic} \ %{rdynamic:-export-dynamic} \
%{!dynamic-linker:-dynamic-linker /lib/ld.so.1} \ %{!dynamic-linker:-dynamic-linker /lib/ld-linux.so.2} \
%{!rpath:-rpath /lib}} \ %{!rpath:-rpath /lib}} \
%{static:-static}" %{static:-static}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment