summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeCCompilerId.c.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-12-02 15:08:15 (GMT)
committerBrad King <brad.king@kitware.com>2011-12-02 15:08:34 (GMT)
commit1f49d725abf458070db063b81dd7093a00835274 (patch)
treecf08edf905819512e5126321349c64df5b70ba6f /Modules/CMakeCCompilerId.c.in
parent8bda047b8e53f9bcbba60bc43ba6c116693c99a3 (diff)
downloadCMake-1f49d725abf458070db063b81dd7093a00835274.zip
CMake-1f49d725abf458070db063b81dd7093a00835274.tar.gz
CMake-1f49d725abf458070db063b81dd7093a00835274.tar.bz2
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.
Diffstat (limited to 'Modules/CMakeCCompilerId.c.in')
-rw-r--r--Modules/CMakeCCompilerId.c.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/CMakeCCompilerId.c.in b/Modules/CMakeCCompilerId.c.in
index c91553a..4cc690a 100644
--- a/Modules/CMakeCCompilerId.c.in
+++ b/Modules/CMakeCCompilerId.c.in
@@ -48,6 +48,9 @@
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI_DSP"
+#elif defined(__TINYC__)
+# define COMPILER_ID "TinyCC"
+
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"