forked from boostorg/config
added "&& defined(__MVS__)" to "IBM z/OS XL C/C++" compiler detection
This commit is contained in:
@@ -92,7 +92,7 @@
|
|||||||
// MPW MrCpp or SCpp
|
// MPW MrCpp or SCpp
|
||||||
# define BOOST_COMPILER_CONFIG "boost/config/compiler/mpw.hpp"
|
# define BOOST_COMPILER_CONFIG "boost/config/compiler/mpw.hpp"
|
||||||
|
|
||||||
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
|
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) && defined(__MVS__)
|
||||||
// IBM z/OS XL C/C++
|
// IBM z/OS XL C/C++
|
||||||
# define BOOST_COMPILER_CONFIG "boost/config/compiler/xlcpp_zos.hpp"
|
# define BOOST_COMPILER_CONFIG "boost/config/compiler/xlcpp_zos.hpp"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user