mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-20 14:58:38 -05:00
Recognize the Tiny C Compiler (#12605)
See compiler home page here: http://tinycc.org/ http://bellard.org/tcc/ Use the id "TinyCC" as it appears in their online documentation.
This commit is contained in:
@@ -48,6 +48,9 @@
|
|||||||
#elif defined(__TI_COMPILER_VERSION__)
|
#elif defined(__TI_COMPILER_VERSION__)
|
||||||
# define COMPILER_ID "TI_DSP"
|
# define COMPILER_ID "TI_DSP"
|
||||||
|
|
||||||
|
#elif defined(__TINYC__)
|
||||||
|
# define COMPILER_ID "TinyCC"
|
||||||
|
|
||||||
#elif defined(__SCO_VERSION__)
|
#elif defined(__SCO_VERSION__)
|
||||||
# define COMPILER_ID "SCO"
|
# define COMPILER_ID "SCO"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user