mirror of git://gcc.gnu.org/git/gcc.git
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
|
|
@ -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>
|
2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* Makefile.def: Remove gdb dependencies for gdbtk.
|
* Makefile.def: Remove gdb dependencies for gdbtk.
|
||||||
|
|
|
||||||
|
|
@ -419,7 +419,7 @@ else
|
||||||
hardcode_direct=no
|
hardcode_direct=no
|
||||||
hardcode_automatic=yes
|
hardcode_automatic=yes
|
||||||
hardcode_shlibpath_var=unsupported
|
hardcode_shlibpath_var=unsupported
|
||||||
whole_archive_flag_spec='-all_load $convenience'
|
whole_archive_flag_spec=''
|
||||||
link_all_deplibs=yes
|
link_all_deplibs=yes
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue