Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68542 - branches/release/boost/config
From: john_at_[hidden]
Date: 2011-01-29 07:09:14


Author: johnmaddock
Date: 2011-01-29 07:09:03 EST (Sat, 29 Jan 2011)
New Revision: 68542
URL: http://svn.boost.org/trac/boost/changeset/68542

Log:
Fix pathscale config.
Text files modified:
   branches/release/boost/config/select_compiler_config.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/config/select_compiler_config.hpp
==============================================================================
--- branches/release/boost/config/select_compiler_config.hpp (original)
+++ branches/release/boost/config/select_compiler_config.hpp 2011-01-29 07:09:03 EST (Sat, 29 Jan 2011)
@@ -52,7 +52,7 @@
 // Comeau C++
 # define BOOST_COMPILER_CONFIG "boost/config/compiler/comeau.hpp"
 
-#elif defined __PATHSCALE__
+#elif defined(__PATHSCALE__) && (__PATHCC__ >= 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