(LINK_SPEC): Change ld-gnu.so.1 to ld-linux.so.2.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 2 Jul 1997 10:56:35 +0000 (06:56 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 2 Jul 1997 10:56:35 +0000 (06:56 -0400)
From-SVN: r14374

gcc/config/alpha/elf.h

index 6eb94cd86b2376dd7a5cd619cdb5f60f70d2d65f..b6d12d7f75366b529364f414698be7771d58f33d 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, for DEC Alpha w/ELF.
-   Copyright (C) 1996 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997 Free Software Foundation, Inc.
    Contributed by Richard Henderson (rth@tamu.edu).
 
 This file is part of GNU CC.
@@ -44,7 +44,7 @@ Currently only Linux uses this. */
   %{!shared:                                                   \
     %{!static:                                                 \
       %{rdynamic:-export-dynamic}                              \
-      %{!dynamic-linker:-dynamic-linker /lib/ld-gnu.so.1}}     \
+      %{!dynamic-linker:-dynamic-linker /lib/ld-linux.so.2}    \
     %{static:-static}}"
 
 /* Output at beginning of assembler file.  */