diff options
author | Andrew Haley <aph@cambridge.redhat.com> | 2001-09-26 10:35:46 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2001-09-26 10:35:46 +0000 |
commit | ee3d5b8e6e1c97f14cec48723e696006251a7db0 (patch) | |
tree | b3c69ab9e556fef324b2ead99c45925b493272c6 /gcc | |
parent | 45899a7481083e4079db349e8601a680f1e3ea57 (diff) | |
download | gcc-ee3d5b8e6e1c97f14cec48723e696006251a7db0.zip gcc-ee3d5b8e6e1c97f14cec48723e696006251a7db0.tar.gz gcc-ee3d5b8e6e1c97f14cec48723e696006251a7db0.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/sh/linux.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9e443cf..3cc5016 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> diff --git a/gcc/config/sh/linux.h b/gcc/config/sh/linux.h index 2be3d81..a9a3f22 100644 --- a/gcc/config/sh/linux.h +++ b/gcc/config/sh/linux.h @@ -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}" |