]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* sparc/linux64.h (LINK_SPEC): Dynamic linker is ld-linux64.so.2.
authorDavid S. Miller <davem@tanya.rutgers.edu>
Fri, 17 Oct 1997 21:16:36 +0000 (21:16 +0000)
committerDoug Evans <devans@gcc.gnu.org>
Fri, 17 Oct 1997 21:16:36 +0000 (21:16 +0000)
From-SVN: r15971

gcc/ChangeLog
gcc/config/sparc/linux64.h

index a5f7a2dc20f195e8e97e71d1af8932c4da307610..93d7f31e4cf3f74fa67f3f16a68ab90047069b27 100644 (file)
@@ -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.
index cf6015d3adb1e7180a59515bfbceabcdc6ecceb6..3eb3225098db35a2c5faae5f6795c717fabbc8c4 100644 (file)
@@ -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} \
 "