Boost logo

Boost-Build :

From: Alexei Alexandrov (alexei.alexandrov_at_[hidden])
Date: 2007-04-19 12:24:07


Vladimir Prus <ghost <at> cs.msu.su> writes:

>
> This patch appears to have effect even on Linux, no?
>

Yes, you're right... The correct patch is

Index: common.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/common.jam,v
retrieving revision 1.45.2.14
diff -u -p -r1.45.2.14 common.jam
--- common.jam 2 Apr 2007 00:51:15 -0000 1.45.2.14
+++ common.jam 19 Apr 2007 15:59:25 -0000
@@ -785,6 +785,8 @@ local rule runtime-tag ( name : type ? :
     # Similar functionality in V2 is not implemented yet, so we just
     # check for toolsets which are know to care about runtime debug
     if <toolset>msvc in $(properties)
+ || ( <toolset>intel && <toolset-intel:platform>win in $(properties) )
+ || <toolset>intel-win
       || <stdlib>stlport in $(properties)
     {
         if <runtime-debugging>on in $(properties) { tag += g ; }


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk