mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-05 14:40:42 +08:00
* libltdl/m4/libtool.m4 [ solaris CC ]: Document issue with C++
standard libraries.
This commit is contained in:
parent
b0dab86ae3
commit
9fab6deb7f
@ -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...
|
||||
|
3
libltdl/m4/libtool.m4
vendored
3
libltdl/m4/libtool.m4
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user