From 2617671fd26dbfa13c059e2df18b658cb289c2e8 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 18 Jan 2018 00:47:00 +0200 Subject: [PATCH] Use full g++ 4.4 version (4.4.7) --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index efde04f0..faddf7d2 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -59,7 +59,7 @@ test-suite config : #input-files : #requirements off - gcc-4.4,0x:no # does not compile with -fno-rtti + gcc-4.4.7,0x:no # does not compile with -fno-rtti [ check-target-builds has_atomic_lib : atomic ] [ check-target-builds has_pthread_lib : pthread ] [ check-target-builds has_rt_lib : rt ]