浏览代码

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.
Brad King 14 年之前
父节点
当前提交
1f49d725ab
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Modules/CMakeCCompilerId.c.in

+ 3 - 0
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"