diff options
author | David S. Miller <davem@tanya.rutgers.edu> | 1997-10-17 21:16:36 +0000 |
---|---|---|
committer | Doug Evans <devans@gcc.gnu.org> | 1997-10-17 21:16:36 +0000 |
commit | bf2a2c6b9fd5b120fd00ff0d95f136a305c396f9 (patch) | |
tree | 100c196c3f4f7c6660a15444e1c4d431f94f32e9 | |
parent | 9ff84e679a464a984106832d12a4e2512a3e1fc6 (diff) | |
download | gcc-bf2a2c6b9fd5b120fd00ff0d95f136a305c396f9.zip gcc-bf2a2c6b9fd5b120fd00ff0d95f136a305c396f9.tar.gz gcc-bf2a2c6b9fd5b120fd00ff0d95f136a305c396f9.tar.bz2 |
* sparc/linux64.h (LINK_SPEC): Dynamic linker is ld-linux64.so.2.
From-SVN: r15971
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/sparc/linux64.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a5f7a2d..93d7f31 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 17 17:13:42 1997 David S. Miller <davem@tanya.rutgers.edu> + + * sparc/linux64.h (LINK_SPEC): Dynamic linker is ld-linux64.so.2. + Fri Oct 17 13:39:56 1997 Doug Evans <dje@canuck.cygnus.com> * sparc/sp64-elf.h (TARGET_DEFAULT): Delete MASK_STACK_BIAS. diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h index cf6015d..3eb3225 100644 --- a/gcc/config/sparc/linux64.h +++ b/gcc/config/sparc/linux64.h @@ -144,7 +144,7 @@ Boston, MA 02111-1307, USA. */ %{!ibcs: \ %{!static: \ %{rdynamic:-export-dynamic} \ - %{!dynamic-linker:-dynamic-linker /lib/ld-linux.so.1}} \ + %{!dynamic-linker:-dynamic-linker /lib/ld-linux64.so.2}} \ %{static:-static}}} \ %{mlittle-endian:-EL} \ " |