2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Added librt when linking on Tru64/gcc.

[SVN r34802]
This commit is contained in:
Markus Schöpflin
2006-08-02 08:05:44 +00:00
parent 1cd0957780
commit ee8b2ded17

View File

@@ -160,12 +160,18 @@ rule init-unix ( version ? : root ? : includes ? : libraries ? : condition * )
# way to refactor it.
# Note that for 'sun' toolset, rt is already unconditionally
# added.
# (MS) Question: Why not [ os.name ] in the next statement?
switch [ modules.peek : JAMUNAME ]
{
case SunOS* :
{
extra-libs-conditional += <toolset>gcc:<source>rt ;
}
case OSF* :
{
extra-libs-conditional += <toolset>gcc:<source>rt ;
}
}
# On Linux, we don't want to link either Boost.Python or