[cmake-commits] alex committed CMakeCCompilerId.c 1.11 1.12

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jun 26 13:19:48 EDT 2007


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv9522

Modified Files:
	CMakeCCompilerId.c 
Log Message:

ENH: add basic support for sdcc (http://sdcc.sourceforge.net), needs sdcc (sdcclib) cvs for creating libraries)

Alex


Index: CMakeCCompilerId.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeCCompilerId.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- CMakeCCompilerId.c	5 Jun 2007 14:28:43 -0000	1.11
+++ CMakeCCompilerId.c	26 Jun 2007 17:19:46 -0000	1.12
@@ -40,10 +40,9 @@
 # define COMPILER_ID "IAR" */
 
 /* sdcc, the small devices C compiler for embedded systems, 
-   http://sdcc.sourceforge.net 
-   Not supported yet by CMake.
+   http://sdcc.sourceforge.net  */
 #elif defined(SDCC)
-# define COMPILER_ID "SDCC" */
+# define COMPILER_ID "SDCC"
 
 #elif defined(_COMPILER_VERSION)
 # define COMPILER_ID "MIPSpro"



More information about the Cmake-commits mailing list