linux64.h (LINK_SPEC): Correct name of dynamic linker.
authorBo Thorsen <bo@suse.co.uk>
Thu, 6 Dec 2001 10:43:01 +0000 (10:43 +0000)
committerBo Thorsen <bo@gcc.gnu.org>
Thu, 6 Dec 2001 10:43:01 +0000 (11:43 +0100)
2001-12-06  Bo Thorsen  <bo@suse.co.uk>

* config/i386/linux64.h (LINK_SPEC): Correct name of dynamic linker.

From-SVN: r47709

gcc/ChangeLog
gcc/config/i386/linux64.h

index ec150de028d30a6baeb4094b4a620b000dfbf842..3ef955c2e38b5fb057ebd77ce15f26dae991564f 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-06  Bo Thorsen  <bo@suse.co.uk>
+
+       * config/i386/linux64.h (LINK_SPEC): Correct name of dynamic linker.
+
 Wed Dec  5 19:18:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
        * function.c (keep_stack_depressed): Check global_live_at_start
index 22e461ffbebe105bd1fbd30f14484597c2e8c618..8d70972638c30d3ef8a50a356a63655ef202dc1d 100644 (file)
@@ -43,6 +43,6 @@ Boston, MA 02111-1307, USA.  */
   %{!shared: \
     %{!static: \
       %{rdynamic:-export-dynamic} \
-      %{!dynamic-linker:-dynamic-linker /lib/ld64.so.1}} \
+      %{!dynamic-linker:-dynamic-linker /lib64/ld-linux-x86-64.so.2}} \
       %{static:-static}}"