* ltconfig.in (sunos*, sympat, symxfrm): remove underscore

prepended by the compiler
This commit is contained in:
Alexandre Oliva 1998-11-11 03:39:08 +00:00 committed by Alexandre Oliva
parent 646476041a
commit 1abeff470b
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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'
;;