diff options
author | Andreas Tobler <a.tobler@schweiz.ch> | 2005-11-18 23:53:08 +0100 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2005-11-18 23:53:08 +0100 |
commit | 186abafe49fabf3f0ee8a58c54c36e256846172e (patch) | |
tree | 0292dacd7eaf1c2bcad6d774714723ce39e13e92 | |
parent | 4c63a5845dc7482b2ae0f7e0424b5e4507dd39be (diff) | |
download | gcc-186abafe49fabf3f0ee8a58c54c36e256846172e.zip gcc-186abafe49fabf3f0ee8a58c54c36e256846172e.tar.gz gcc-186abafe49fabf3f0ee8a58c54c36e256846172e.tar.bz2 |
ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience' to match upstream libtool for darwin.
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
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ltcf-c.sh | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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. @@ -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 ;; |