$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r50909 - branches/release/tools/build/v2/tools
From: dave_at_[hidden]
Date: 2009-01-30 12:27:24
Author: dave
Date: 2009-01-30 12:27:23 EST (Fri, 30 Jan 2009)
New Revision: 50909
URL: http://svn.boost.org/trac/boost/changeset/50909
Log:
merged [50869] from trunk
Text files modified:
branches/release/tools/build/v2/tools/python.jam | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: branches/release/tools/build/v2/tools/python.jam
==============================================================================
--- branches/release/tools/build/v2/tools/python.jam (original)
+++ branches/release/tools/build/v2/tools/python.jam 2009-01-30 12:27:23 EST (Fri, 30 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 ;
}
}