[PATCH] /lib/ld-linux-ia64.so.1 for ia64-*-linux*
Jakub Jelinek
jakub@redhat.com
Fri Apr 28 22:21:00 GMT 2000
Hi!
ia64-*-linux* recently changed the name of the dynamic linker, here is a
patch for that into gcc:
2000-04-29 Jakub Jelinek <jakub@redhat.com>
* config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
as the dynamic linker.
--- gcc/config/ia64/linux.h.jj Thu Mar 9 01:26:04 2000
+++ gcc/config/ia64/linux.h Sat Apr 29 06:53:46 2000
@@ -20,7 +20,7 @@
%{!shared: \
%{!static: \
%{rdynamic:-export-dynamic} \
- %{!dynamic-linker:-dynamic-linker /lib/ld-linux.so.2}} \
+ %{!dynamic-linker:-dynamic-linker /lib/ld-linux-ia64.so.1}} \
%{static:-static}}"
Jakub
More information about the Gcc-patches
mailing list