Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50722 - branches/release/libs/config/test
From: john_at_[hidden]
Date: 2009-01-22 04:57:28


Author: johnmaddock
Date: 2009-01-22 04:57:28 EST (Thu, 22 Jan 2009)
New Revision: 50722
URL: http://svn.boost.org/trac/boost/changeset/50722

Log:
Add linux linker options.
Text files modified:
   branches/release/libs/config/test/Jamfile.v2 | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: branches/release/libs/config/test/Jamfile.v2
==============================================================================
--- branches/release/libs/config/test/Jamfile.v2 (original)
+++ branches/release/libs/config/test/Jamfile.v2 2009-01-22 04:57:28 EST (Thu, 22 Jan 2009)
@@ -21,6 +21,8 @@
           : #input-files
           : #requirements
           <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>multi : config_info_threaded ]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk