From 92f9a0cb5a74f0c64744ec60b3b8a101bb1acad4 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 13 Aug 2001 11:33:37 +0000 Subject: [PATCH] Updated BeOS settings [SVN r10849] --- status/compiler.cfg | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/status/compiler.cfg b/status/compiler.cfg index 9297af9af0..0569854303 100644 --- a/status/compiler.cfg +++ b/status/compiler.cfg @@ -200,19 +200,21 @@ g++ -c -Wall -W -I%include %source g++ -o boosttmp.exe -Wall -W -I%include %source GNU
GCC
3.0 -beos +// BeOS tests updated to use gcc 2.95.3 - see www.bebits.com +// This compiler version is not officially supported by Be. + gcc GNU GCC c++ -c -ftemplate-depth-30 -Wall -I%include %source c++ -o boosttmp.exe -ftemplate-depth-30 -Wall -I%include %source -GNUPro
GCC 2.9 +GNUPro GCC 2.95.3 beos gcc-stlport -GNU GCC -c++ -c -ftemplate-depth-30 -Wall -I/boot/home/config/stlport/stl330 -I%include %source -c++ -o boosttmp.exe -ftemplate-depth-30 -Wall -I/boot/home/config/stlport/stl330 -I%include %source -GNUPro
GCC 2.9
+
SGI STL 3.3 +GNU GCC + STLPort 4.5b8 +c++ -c -ftemplate-depth-30 -Wall -I/boot/home/config/include/stlport -I%include %source +c++ -o boosttmp.exe -ftemplate-depth-30 -D_STLP_DEBUG -Wall -I/boot/home/config/include/stlport -I%include %source -L/boot/home/config/lib -lstlport_gcc_stldebug +GNUPro GCC 2.95.3
+
STLPort 4.5b8 win32 bcc @@ -273,3 +275,4 @@ cl /Feboosttmp.exe /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "$BOOST_STLPOR Microsoft
VC++
6.0 SP5
STLport
4.0 // end of file +