Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | XL: Recognize compilers identified by __ibmxl__ | Brad King | 2018-03-06 | 1 | -4/+12 |
| | | | | | | | | | IBM XL C/C++ for Linux versions 13.1.6 and above no longer define `__IBMC__` or `__IBMCPP__` by default (see `-qxlcompatmacros`). Instead `__ibmxl__` now identifies the compiler along with some related new version macros. Fixes: #17784 | ||||
* | Project: Add configurable name for version computation macros. | Stephen Kelly | 2014-06-05 | 1 | -3/+3 |
| | |||||
* | Project: Refactor C compiler determination into multiple files. | Stephen Kelly | 2014-05-07 | 1 | -0/+6 |