Try and fix *BSD linking errors.

[SVN r50760]
This commit is contained in:
John Maddock
2009-01-25 10:39:29 +00:00
parent e12af45eb2
commit 00b6864bd2

View File

@ -23,6 +23,8 @@ test-suite config
<threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<link>static
<target-os>linux:<linkflags>-lpthread
<target-os>linux:<linkflags>-lrt
<target-os>freebsd:<linkflags>-lpthread
<target-os>bsd:<linkflags>-lpthread
]
[ run config_info.cpp : : : <test-info>always_show_run_output <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<link>static ]
[ run config_info.cpp : : : <test-info>always_show_run_output <threading>multi : config_info_threaded ]