libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 6-gary-solaris-GXX-typo.patch


From: Gary V. Vaughan
Subject: FYI: 6-gary-solaris-GXX-typo.patch
Date: Thu, 6 Sep 2001 23:04:02 +0100
User-agent: Mutt/1.3.21i

Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>
        * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [solaris*]: Typo. s/GXX/GCC/.

Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libtool.m4,v
retrieving revision 1.225
diff -u -p -u -r1.225 libtool.m4
--- libtool.m4 2001/09/06 21:54:16 1.225
+++ libtool.m4 2001/09/06 21:57:41
@@ -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'

-- 
  ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org)
  ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
  / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
`(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]