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

index e564b0aec1cb924e255251e3d98fc257531e50cb..ce3630601b146abdfb2c6c13dbdb88f2fd9023c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-08-02  Geoffrey Keating  <geoffk@apple.com>
+
+       * libtool.m4 [darwin]: Don't use -all_load.
+
 2004-08-01  Maciej W. Rozycki  <macro@linux-mips.org>
 
        * libtool.m4 (LT_AC_PROG_SED): Set SED when running from cache as 
index a9dd425acabcef8e49332e00a1f5bd1ebfda34e7..d74f133bb3f2bd66b4bd009bf3bc9f8758c174c3 100644 (file)
@@ -2886,7 +2886,7 @@ case $host_os in
       _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
@@ -2912,7 +2912,6 @@ case $host_os in
       case "$cc_basename" in
         xlc*)
          output_verbose_link_cmd='echo'
-         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
           _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'
           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
@@ -5435,7 +5434,7 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
       _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'
@@ -5448,7 +5447,6 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
       case "$cc_basename" in
         xlc*)
          output_verbose_link_cmd='echo'
-         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
          _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'
           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's