From a7148f1932bb55e0d3d6951ab68ee191b90f2695 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 23 Jan 2011 10:18:44 +0000 Subject: [PATCH] Restrict new pathscale config to 4.x versions. [SVN r68376] --- include/boost/config/select_compiler_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/select_compiler_config.hpp b/include/boost/config/select_compiler_config.hpp index 321743d7..fddca5cf 100644 --- a/include/boost/config/select_compiler_config.hpp +++ b/include/boost/config/select_compiler_config.hpp @@ -52,7 +52,7 @@ // Comeau C++ # define BOOST_COMPILER_CONFIG "boost/config/compiler/comeau.hpp" -#elif defined __PATHSCALE__ +#elif defined(__PATHSCALE__) && (__PATHSCALE__ >= 4) // PathScale EKOPath compiler (has to come before clang and gcc) # define BOOST_COMPILER_CONFIG "boost/config/compiler/pathscale.hpp"