summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeCCompilerId.c
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-26 17:19:46 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-06-26 17:19:46 (GMT)
commitcd8687782b8ff4ee991daa677d04f885bb37d274 (patch)
tree6118e7ab3a9070311f3988345754b34e17ea15a1 /Modules/CMakeCCompilerId.c
parentf8261ff9f7085b8931da08a034569d81f87e83a5 (diff)
downloadCMake-cd8687782b8ff4ee991daa677d04f885bb37d274.zip
CMake-cd8687782b8ff4ee991daa677d04f885bb37d274.tar.gz
CMake-cd8687782b8ff4ee991daa677d04f885bb37d274.tar.bz2
ENH: add basic support for sdcc (http://sdcc.sourceforge.net), needs sdcc (sdcclib) cvs for creating libraries)
Alex
Diffstat (limited to 'Modules/CMakeCCompilerId.c')
-rw-r--r--Modules/CMakeCCompilerId.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/Modules/CMakeCCompilerId.c b/Modules/CMakeCCompilerId.c
index e069e31..c25c278 100644
--- a/Modules/CMakeCCompilerId.c
+++ b/Modules/CMakeCCompilerId.c
@@ -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"