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

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

[SVN r50869]
This commit is contained in:
Dave Abrahams
2009-01-29 15:26:02 +00:00
parent e5de1a1160
commit 5c69c43f95

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 ;
}
}