]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (sunos*, sympat, symxfrm): remove underscore
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 11 Nov 1998 03:39:08 +0000 (03:39 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 11 Nov 1998 03:39:08 +0000 (03:39 +0000)
prepended by the compiler

ChangeLog
ltconfig.in

index 72cfcb5c947bbd5dc9da0e00618d38f5eab18960..8fd6137834a782d3963bea2312adbbd53216f093 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-11-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * ltconfig.in (sunos*, sympat, symxfrm): remove underscore
+       prepended by the compiler
+
 1998-11-10  Toshio Kuratomi  <badger@prtr-13.ucsc.edu>
 
        * ltconfig.in: re-enable deplibs
index 0a0ee6a3d7550343b70b4b7afa1e1648a3fb7c4e..dacb74c8aee924069a4148b3b83412e4d5bf799d 100755 (executable)
@@ -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'
   ;;