]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [solaris*]: Typo. s/GXX/GCC/.
authorGary V. Vaughan <gary@gnu.org>
Thu, 6 Sep 2001 21:58:14 +0000 (21:58 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 6 Sep 2001 21:58:14 +0000 (21:58 +0000)
ChangeLog
libtool.m4

index 906d294242196347c81da9cc789a781069453c73..1637940710f3f9893de52a8932704aaf5d71d029 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-09-06  Gary V. Vaughan  <gary@gnu.org>
 
+       * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [solaris*]: Typo. s/GXX/GCC/.
+
        * libtool.m4 (archive_cmds, archive_expsym_cmds) [solaris*]: Changing
        no_undefined_flag from `-z text' to `-z defs' (see entry below at
        2001-04-11  Alexandre Oliva  <aoliva@redhat.com>) has a problem.
index 87dec3de8084e2e547a1f3fcbd22d7fa2b4b8512..617f05c9a8f1488d10df5bf13a482f9750394c30 100644 (file)
@@ -4864,7 +4864,7 @@ EOF
 
     solaris*)
       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z defs'
-      if test "$GXX" = yes; then
+      if test "$GCC" = yes; then
         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags `test "x$allow_undefined_flag" = "x$no_undefined_flag" && $CC --print-libgcc-file-name`'
         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
           $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags `test "x$allow_undefined_flag" = "x$no_undefined_flag" && $CC --print-libgcc-file-name`~$rm $lib.exp'