diff --git a/status/compiler.cfg b/status/compiler.cfg
index 7c5e112cc4..5d827a7b94 100644
--- a/status/compiler.cfg
+++ b/status/compiler.cfg
@@ -218,14 +218,14 @@ win32
cygwin
GCC under cygwin
g++ -c -ftemplate-depth-40 -I%include %source
-g++ -o boosttmp.exe -ftemplate-depth-30 -I%include %source
+g++ -o boosttmp.exe -ftemplate-depth-40 -I%include %source
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
+//g++ -c -ftemplate-depth-40 -I%include -D __STL_DEBUG -I "$BOOST_STLPORT_PATH/stlport" %source
+//g++ -o boosttmp.exe -ftemplate-depth-40 "$BOOST_STLPORT_PATH/lib/" -I%include %source
//GNU
GCC
2.95.2-6
STLport
4.0
win32