]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience' to match upstrea...
authorAndreas Tobler <a.tobler@schweiz.ch>
Fri, 18 Nov 2005 22:53:08 +0000 (23:53 +0100)
committerAndreas Tobler <andreast@gcc.gnu.org>
Fri, 18 Nov 2005 22:53:08 +0000 (23:53 +0100)
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.

From-SVN: r107192

ChangeLog
ltcf-c.sh

index 3a7b6c4b4f6c1214fc8810c09480a4820d68bbce..1de40cc6708068cef1decf39db68210c061f36f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * Makefile.def: Remove gdb dependencies for gdbtk.
index d4d8b63a0bee96fb7cf90fe9270c63a1b1071ee6..5eb05db43f5a34b18650e2c9840ba26b99e1f294 100644 (file)
--- a/ltcf-c.sh
+++ b/ltcf-c.sh
@@ -419,7 +419,7 @@ else
     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
     ;;