summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeCCompilerId.c
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-05 14:28:43 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-06-05 14:28:43 (GMT)
commiteab5a4350d45fe228ad143cf481c52c26feacef3 (patch)
tree88282dc5469f70e84600628781ada218ac9a4042 /Modules/CMakeCCompilerId.c
parent6989f80026498fa24134143b30adf8a909aba51d (diff)
downloadCMake-eab5a4350d45fe228ad143cf481c52c26feacef3.zip
CMake-eab5a4350d45fe228ad143cf481c52c26feacef3.tar.gz
CMake-eab5a4350d45fe228ad143cf481c52c26feacef3.tar.bz2
ENH: also load a processor-specific file if exists
-also try the basename file if the compiler id file doesn't exist -don't rely so much on the CMAKE_TOOLCHAIN_FILE Alex
Diffstat (limited to 'Modules/CMakeCCompilerId.c')
-rw-r--r--Modules/CMakeCCompilerId.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Modules/CMakeCCompilerId.c b/Modules/CMakeCCompilerId.c
index 8a8753a..e069e31 100644
--- a/Modules/CMakeCCompilerId.c
+++ b/Modules/CMakeCCompilerId.c
@@ -35,15 +35,15 @@
/* IAR Systems compiler for embedded systems.
http://www.iar.com
- Beside this id not supported yet by CMake */
+ Not supported yet by CMake
#elif defined(__IAR_SYSTEMS_ICC__)
-# define COMPILER_ID "IAR"
+# define COMPILER_ID "IAR" */
/* sdcc, the small devices C compiler for embedded systems,
http://sdcc.sourceforge.net
- Beside this id not supported yet by CMake. */
+ Not supported yet by CMake.
#elif defined(SDCC)
-# define COMPILER_ID "SDCC"
+# define COMPILER_ID "SDCC" */
#elif defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"