* libltdl/m4/libtool.m4 [ solaris CC ]: Document issue with C++

standard libraries.
This commit is contained in:
Ralf Wildenhues 2005-08-31 07:37:26 +00:00
parent b0dab86ae3
commit 9fab6deb7f
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-08-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/m4/libtool.m4 [ solaris CC ]: Document issue with C++
standard libraries.
2005-08-30 Gary V. Vaughan <gary@gnu.org>
* libltdl/m4/ltoptions.m4 (AC_LIBTOOL_PIC_MODE): Renamed...

View File

@ -6018,6 +6018,9 @@ m4_if([$1], [CXX],
solaris*)
case $cc_basename in
CC*)
# Adding this requires a known-good setup of shared libraries for
# Sun compiler versions before 5.6, else PIC objects from an old
# archive will be linked into the output, leading to subtle bugs.
_LT_TAGVAR(postdeps,$1)='-lCstd -lCrun'
;;
esac