Add linux linker options.

[SVN r50722]
This commit is contained in:
John Maddock
2009-01-22 09:57:28 +00:00
parent 40c8299a25
commit b3d88665a5

View File

@ -21,6 +21,8 @@ test-suite config
: #input-files : #input-files
: #requirements : #requirements
<threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<link>static <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<link>static
<target-os>linux:<linkflags>-lpthread
<target-os>linux:<linkflags>-lrt
] ]
[ 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>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 ] [ run config_info.cpp : : : <test-info>always_show_run_output <threading>multi : config_info_threaded ]