diff --git a/ChangeLog b/ChangeLog index 3a7b6c4b4f6..1de40cc6708 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-18 Andreas Tobler + + * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience' + to match upstream libtool for darwin. + 2005-11-11 Daniel Jacobowitz * Makefile.def: Remove gdb dependencies for gdbtk. diff --git a/ltcf-c.sh b/ltcf-c.sh index d4d8b63a0be..5eb05db43f5 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 ;;