[patch] adjust ltcf-c.sh for darwin

Andreas Tobler toa@pop.agri.ch
Fri Nov 18 21:54:00 GMT 2005


Hello,

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

This fixes PR24909.

Ok for trunk?

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
      ;;



More information about the Gcc-patches mailing list