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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user