Procházet zdrojové kódy

apply Tru64 ld(1) workaround patch here, too.

Ralf S. Engelschall před 21 roky
rodič
revize
d550f0ee7b
1 změnil soubory, kde provedl 12 přidání a 0 odebrání
  1. 12 0
      gcc35/gcc35.patch

+ 12 - 0
gcc35/gcc35.patch

@@ -48,3 +48,15 @@
  
 -const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";
 +const char bug_report_url[] = "<URL:http://www.openpkg.org/>";
+Index: gcc/config/alpha/osf.h
+--- gcc/config/alpha/osf.h.orig	2003-12-12 02:19:23.000000000 +0100
++++ gcc/config/alpha/osf.h	2004-04-26 21:25:14.000000000 +0200
+@@ -79,7 +79,7 @@
+    constructor and call-frame data structures are not accidentally
+    overridden.  */
+ #define LINK_SPEC  \
+-  "-G 8 %{O*:-O3} %{!O*:-O1} -S %{static:-non_shared} \
++  "-oldstyle_liblookup %{!o:-o a.out} -G 8 %{O*:-O3} %{!O*:-O1} -S %{static:-non_shared} \
+    %{!static:%{shared:-shared -hidden_symbol _GLOBAL_*} \
+    %{!shared:-call_shared}} %{pg} %{taso} %{rpath*}"
+