[cmake-commits] king committed CMakeCCompilerId.c 1.2 1.3 CMakeCXXCompilerId.cpp 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Tue May 1 14:35:57 EDT 2007


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

Modified Files:
	CMakeCCompilerId.c CMakeCXXCompilerId.cpp 
Log Message:
ENH: Changed GNUC compiler id name to GNU.


Index: CMakeCCompilerId.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeCCompilerId.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CMakeCCompilerId.c	28 Apr 2007 13:35:01 -0000	1.2
+++ CMakeCCompilerId.c	1 May 2007 18:35:55 -0000	1.3
@@ -22,7 +22,7 @@
 #elif defined(__IBMC__)
 "VisualAge"
 #elif defined(__GNUC__)
-"GNUC"
+"GNU"
 #elif defined(_MSC_VER)
 "MSVC"
 #elif defined(_COMPILER_VERSION)

Index: CMakeCXXCompilerId.cpp
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeCXXCompilerId.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CMakeCXXCompilerId.cpp	30 Apr 2007 22:10:37 -0000	1.3
+++ CMakeCXXCompilerId.cpp	1 May 2007 18:35:55 -0000	1.4
@@ -23,7 +23,7 @@
 #elif defined(__IBMCPP__)
 "VisualAge"
 #elif defined(__GNUC__)
-"GNUC"
+"GNU"
 #elif defined(_MSC_VER)
 "MSVC"
 #elif defined(_COMPILER_VERSION)



More information about the Cmake-commits mailing list