From 50662625ab227210fb6b8a4c73d1e5bd4ae5c6ed Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Fri, 26 Jan 2001 15:17:45 +0000 Subject: [PATCH] Add GCC and Cygwin version info [SVN r8773] --- status/compiler.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/status/compiler.cfg b/status/compiler.cfg index 1565d30d71..ceb199cfa2 100644 --- a/status/compiler.cfg +++ b/status/compiler.cfg @@ -146,14 +146,14 @@ cygwin GCC under cygwin g++ -c -ftemplate-depth-30 -I%include %source g++ -o boosttmp.exe -ftemplate-depth-30 -I%include %source -GNU
GCC
2.95.2 +GNU GCC
2.95.2-6
Cygwin 1.1.7 //win32 //gcc-stlport-debug //GCC under cygwin with STLport 4.0 //g++ -c -ftemplate-depth-30 -I%include -D __STL_DEBUG -I "$BOOST_STLPORT_PATH/stlport" %source //g++ -o boosttmp.exe -ftemplate-depth-30 "$BOOST_STLPORT_PATH/lib/" -I%include %source -//GNU
GCC
2.95.2
STLport
4.0 +//GNU
GCC
2.95.2-6
STLport
4.0 win32 icl