Remove solaris flags to use libiostream in the build.

Thanks to rich.burridge@Sun.COM (Rich Burridge) for the patch.
Bug #74005 r=cls
This commit is contained in:
cls%seawood.org 2001-03-31 03:39:09 +00:00
parent 9890f716f9
commit 3f7df1c1fe
2 changed files with 165 additions and 171 deletions

329
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -2084,12 +2084,7 @@ if test ! "$GNU_CXX"; then
case $target in
*-solaris*)
dnl The C++ compiler in Workshop 5.0+ uses standard iostreams by
dnl default. -library=iostream will force use of classic iostreams.
dnl We need -liostream to be inserted before the standard C++ library
dnl (which isn't -lC on Workshop5+, but is dnl a set of libraries).
CXX="$CXX -library=iostream"
LIBS="-liostream -lCrun $LIBS"
LIBS="-lCrun $LIBS"
;;
*-aix*)
AC_CHECK_LIB(C_r, demangle)