Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50869 - trunk/tools/build/v2/tools
From: dave_at_[hidden]
Date: 2009-01-29 10:26:03


Author: dave
Date: 2009-01-29 10:26:02 EST (Thu, 29 Jan 2009)
New Revision: 50869
URL: http://svn.boost.org/trac/boost/changeset/50869

Log:
Attempt to satisfy intel-linux 9.0's apparent need for -lutil

Text files modified:
   trunk/tools/build/v2/tools/python.jam | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/tools/python.jam
==============================================================================
--- trunk/tools/build/v2/tools/python.jam (original)
+++ trunk/tools/build/v2/tools/python.jam 2009-01-29 10:26:02 EST (Thu, 29 Jan 2009)
@@ -654,7 +654,8 @@
 
         case aix : return <library>pthread <library>dl ;
 
- case * : return <library>pthread <library>dl <toolset>gcc:<library>util ;
+ case * : return <library>pthread <library>dl
+ <toolset>gcc:<library>util <toolset-intel:platform>linux:<library>util ;
     }
 }
 


Boost-Commit 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