]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4 [darwin]: Don't use -all_load.
authorGeoffrey Keating <geoffk@apple.com>
Mon, 2 Aug 2004 04:02:04 +0000 (04:02 +0000)
committerPeter O'Gorman <peter@pogma.com>
Mon, 2 Aug 2004 04:02:04 +0000 (04:02 +0000)
ChangeLog
m4/libtool.m4

index 9afd82704e319507a43b9f8c93599dae0100f2ad..cf629b42d33d0c399be380baa116979f9cc6de07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-08-02  Geoffrey Keating  <geoffk@apple.com>
+
+       * m4/libtool.m4 [darwin]: Don't use -all_load.
+
 2004-08-01  Maciej W. Rozycki  <macro@linux-mips.org>
 
        * m4/libtool.m4 (LT_AC_PROG_SED): Set SED when running from cache as 
index c6b1986d7c602c67da7fa6d8b63c93906ff63268..f0be3e05c41955e191c6314b6c39632e4129ac3a 100644 (file)
@@ -3806,7 +3806,7 @@ _LT_EOF
       _LT_AC_TAGVAR(hardcode_direct, $1)=no
       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
+      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
     if test "$GCC" = yes ; then
        output_verbose_link_cmd='echo'
@@ -3818,7 +3818,6 @@ _LT_EOF
     else
       case "$cc_basename" in
         xlc*)
-         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
          output_verbose_link_cmd='echo'
           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
           _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
@@ -4734,7 +4733,7 @@ if test -n "$compiler"; then
       _LT_AC_TAGVAR(hardcode_direct, $1)=no
       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
+      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
     if test "$GXX" = yes ; then
@@ -4759,7 +4758,6 @@ if test -n "$compiler"; then
       else
       case "$cc_basename" in
         xlc*)
-         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
          output_verbose_link_cmd='echo'
           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
           _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'