From: Alexandre Oliva Date: Wed, 11 Nov 1998 03:39:08 +0000 (+0000) Subject: * ltconfig.in (sunos*, sympat, symxfrm): remove underscore X-Git-Tag: start~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1abeff470bf8f2f39f1862790e66a236a74f9c14;p=thirdparty%2Flibtool.git * ltconfig.in (sunos*, sympat, symxfrm): remove underscore prepended by the compiler --- diff --git a/ChangeLog b/ChangeLog index 72cfcb5c9..8fd613783 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-11-11 Alexandre Oliva + + * ltconfig.in (sunos*, sympat, symxfrm): remove underscore + prepended by the compiler + 1998-11-10 Toshio Kuratomi * ltconfig.in: re-enable deplibs diff --git a/ltconfig.in b/ltconfig.in index 0a0ee6a3d..dacb74c8a 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1251,7 +1251,7 @@ case "$host_os" in aix*) symcode='[BCDTU]' ;; -cygwin32* | mingw32*) +sunos* | cygwin32* | mingw32*) sympat='_\([_A-Za-z][_A-Za-z0-9]*\)' symxfrm='_\1 \1' ;;