This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] adjust ltcf-c.sh for darwin



On 18/11/2005, at 1:54 PM, Andreas Tobler wrote:


Hello,

this patch updates the ltcf-c.sh for darwin. (matches upstream, branch 1.5, libtool).

This fixes PR24909.

Ok for trunk?

OK. (I assume your testrun finished successfully.)


Andreas

:ADDPATCH darwin build:

2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>

* ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
to match upstream libtool for darwin.


Index: ltcf-c.sh
===================================================================
--- ltcf-c.sh   (revision 107184)
+++ ltcf-c.sh   (working copy)
@@ -419,7 +419,7 @@
     hardcode_direct=no
     hardcode_automatic=yes
     hardcode_shlibpath_var=unsupported
-    whole_archive_flag_spec='-all_load $convenience'
+    whole_archive_flag_spec=''
     link_all_deplibs=yes
     ;;


Attachment: smime.p7s
Description: S/MIME cryptographic signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]