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
This commit is contained in:
parent
4c63a5845d
commit
186abafe49
2 changed files with 6 additions and 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
|
||||
;;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue