Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68376 - trunk/boost/config
From: john_at_[hidden]
Date: 2011-01-23 05:18:46


Author: johnmaddock
Date: 2011-01-23 05:18:44 EST (Sun, 23 Jan 2011)
New Revision: 68376
URL: http://svn.boost.org/trac/boost/changeset/68376

Log:
Restrict new pathscale config to 4.x versions.
Text files modified:
   trunk/boost/config/select_compiler_config.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/config/select_compiler_config.hpp
==============================================================================
--- trunk/boost/config/select_compiler_config.hpp (original)
+++ trunk/boost/config/select_compiler_config.hpp 2011-01-23 05:18:44 EST (Sun, 23 Jan 2011)
@@ -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"
 


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