Restrict new pathscale config to 4.x versions.

[SVN r68376]
This commit is contained in:
John Maddock
2011-01-23 10:18:44 +00:00
parent e391ef7ce0
commit a7148f1932

View File

@ -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"