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
This commit is contained in:
Andrew Haley 2001-09-26 10:35:46 +00:00 committed by Andrew Haley
parent 45899a7481
commit ee3d5b8e6e
2 changed files with 6 additions and 1 deletions

View 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>

View 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}"