mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 04:47:16 +02:00
add xlcpp toolset to selection options
This commit is contained in:
@ -92,8 +92,12 @@
|
|||||||
// 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(__ibmxl__)
|
||||||
|
// IBM XL C/C++ for Linux (Little Endian)
|
||||||
|
# define BOOST_COMPILER_CONFIG "boost/config/compiler/xlcpp.hpp"
|
||||||
|
|
||||||
#elif defined(__IBMCPP__)
|
#elif defined(__IBMCPP__)
|
||||||
// IBM Visual Age
|
// IBM Visual Age or IBM XL C/C++ for Linux (Big Endian)
|
||||||
# define BOOST_COMPILER_CONFIG "boost/config/compiler/vacpp.hpp"
|
# define BOOST_COMPILER_CONFIG "boost/config/compiler/vacpp.hpp"
|
||||||
|
|
||||||
#elif defined(__PGI)
|
#elif defined(__PGI)
|
||||||
|
Reference in New Issue
Block a user