Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SDCC: Fix identification of current sdcc compiler | Brad King | 2017-03-29 | 1 | -2/+8 |
| | | | | | | | | The sdcc compiler no longer defines the `SDCC` preprocessor macro. Instead `__SDCC_VERSION_MAJOR` and similar component-wise macros are defined. Use them instead if defined. Issue: #16746 | ||||
* | 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/+10 |