forked from boostorg/config
Moved intel selection up above gcc selection - intel 8 defines __GNUC__ on linux...
[SVN r18957]
This commit is contained in:
@@ -14,6 +14,10 @@
|
|||||||
// Comeau C++
|
// Comeau C++
|
||||||
# define BOOST_COMPILER_CONFIG "boost/config/compiler/comeau.hpp"
|
# define BOOST_COMPILER_CONFIG "boost/config/compiler/comeau.hpp"
|
||||||
|
|
||||||
|
#elif defined(__INTEL_COMPILER) || defined(__ICL) || defined(__ICC) || defined(__ECC)
|
||||||
|
// Intel
|
||||||
|
# define BOOST_COMPILER_CONFIG "boost/config/compiler/intel.hpp"
|
||||||
|
|
||||||
# elif defined __GNUC__
|
# elif defined __GNUC__
|
||||||
// GNU C++:
|
// GNU C++:
|
||||||
# define BOOST_COMPILER_CONFIG "boost/config/compiler/gcc.hpp"
|
# define BOOST_COMPILER_CONFIG "boost/config/compiler/gcc.hpp"
|
||||||
@@ -38,10 +42,6 @@
|
|||||||
// Borland
|
// Borland
|
||||||
# define BOOST_COMPILER_CONFIG "boost/config/compiler/borland.hpp"
|
# define BOOST_COMPILER_CONFIG "boost/config/compiler/borland.hpp"
|
||||||
|
|
||||||
#elif defined(__INTEL_COMPILER) || defined(__ICL) || defined(__ICC) || defined(__ECC)
|
|
||||||
// Intel
|
|
||||||
# define BOOST_COMPILER_CONFIG "boost/config/compiler/intel.hpp"
|
|
||||||
|
|
||||||
#elif defined __MWERKS__
|
#elif defined __MWERKS__
|
||||||
// Metrowerks CodeWarrior
|
// Metrowerks CodeWarrior
|
||||||
# define BOOST_COMPILER_CONFIG "boost/config/compiler/metrowerks.hpp"
|
# define BOOST_COMPILER_CONFIG "boost/config/compiler/metrowerks.hpp"
|
||||||
|
Reference in New Issue
Block a user