summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/SDCC-C-DetermineCompiler.cmake
Commit message (Collapse)AuthorAgeFilesLines
* SDCC: Fix identification of current sdcc compilerBrad King2017-03-291-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 Kelly2014-06-051-3/+3
|
* Project: Refactor C compiler determination into multiple files.Stephen Kelly2014-05-071-0/+10