Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4637/tools/build/v2/tools

Modified Files:
        common.jam 
Log Message:
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.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- common.jam  21 Oct 2006 10:37:21 -0000      1.52
+++ common.jam  24 Oct 2006 04:15:26 -0000      1.53
@@ -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

Reply via email to