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:
parent
45899a7481
commit
ee3d5b8e6e
@ -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>
|
||||
|
||||
|
@ -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}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user