From 7948d33e78abc86fc7d339de8824611f3053ef4f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 9 Jun 2014 01:23:50 +0300 Subject: [PATCH] Add additional linkflags for no-rtti, no-except runs of config_test. --- test/Jamfile.v2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 14056326..d5d768c2 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -54,6 +54,9 @@ test-suite config : #input-files : #requirements off + linux:-lpthread + linux:-lrt + gcc:$(OTHERFLAGS) : config_test_no_rtti ] [ run config_test.cpp @@ -61,6 +64,9 @@ test-suite config : #input-files : #requirements off + linux:-lpthread + linux:-lrt + gcc:$(OTHERFLAGS) : config_test_no_except ] [ run config_info.cpp : : : always_show_run_output single msvc:static msvc:static ]