Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5050/tools/build/v2/tools
Modified Files:
Tag: RC_1_34_0
common.jam
Log Message:
(merge from head) Add MinGW tag from BBv1 (mgw) when the gcc flavor indicates
it's the MinGW compiler.
Index: common.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/common.jam,v
retrieving revision 1.45.2.7
retrieving revision 1.45.2.8
diff -u -d -r1.45.2.7 -r1.45.2.8
--- common.jam 21 Oct 2006 10:39:48 -0000 1.45.2.7
+++ common.jam 24 Oct 2006 04:16:57 -0000 1.45.2.8
@@ -674,7 +674,14 @@
case cw : tag += cw ;
case darwin* : tag += ;
case edg* : tag += edg ;
- case gcc* : tag += gcc ;
+ case gcc* :
+ {
+ switch [ $(property-set).get <toolset-gcc:flavor> ]
+ {
+ case *mingw* : tag += mgw ;
+ case * : tag += gcc ;
+ }
+ }
case intel :
if [ $(property-set).get <toolset-intel:platform> ] = win
{
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs