2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

merged [50869] from trunk

[SVN r50909]
This commit is contained in:
Dave Abrahams
2009-01-30 17:27:23 +00:00
parent b14c03ab92
commit 8efdb0f474

View File

@@ -654,7 +654,8 @@ local rule system-library-dependencies ( target-os )
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 ;
}
}