зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
1781632da7
Коммит
7b3235a9ec
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -2084,12 +2084,7 @@ if test ! "$GNU_CXX"; then
|
||||||
|
|
||||||
case $target in
|
case $target in
|
||||||
*-solaris*)
|
*-solaris*)
|
||||||
dnl The C++ compiler in Workshop 5.0+ uses standard iostreams by
|
LIBS="-lCrun $LIBS"
|
||||||
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"
|
|
||||||
;;
|
;;
|
||||||
*-aix*)
|
*-aix*)
|
||||||
AC_CHECK_LIB(C_r, demangle)
|
AC_CHECK_LIB(C_r, demangle)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче