OSDN Git Service

2001-12-06 Bo Thorsen <bo@suse.co.uk>
authorbo <bo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Dec 2001 10:43:01 +0000 (10:43 +0000)
committerbo <bo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Dec 2001 10:43:01 +0000 (10:43 +0000)
* config/i386/linux64.h (LINK_SPEC): Correct name of dynamic linker.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47709 138bc75d-0d04-0410-961f-82ee72b054a4

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

index ec150de..3ef955c 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 22e461f..8d70972 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}}"