From 92016de0fc06c09cfcfd3c7ff5009a9230050816 Mon Sep 17 00:00:00 2001
From: andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Fri, 18 Nov 2005 22:53:08 +0000
Subject: [PATCH] 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.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107192 138bc75d-0d04-0410-961f-82ee72b054a4
---
 ChangeLog | 5 +++++
 ltcf-c.sh | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 3a7b6c4b4f6c..1de40cc67080 100644
--- 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.
diff --git a/ltcf-c.sh b/ltcf-c.sh
index d4d8b63a0bee..5eb05db43f5a 100644
--- 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
     ;;
 
-- 
GitLab