[Cmake-commits] [cmake-commits] king committed Linux-VisualAge-C.cmake 1.2 1.3 Linux-VisualAge-Fortran.cmake 1.4 1.5 Linux-XL-C.cmake NONE 1.1 Linux-XL-Fortran.cmake NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Aug 7 10:13:10 EDT 2009


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

Modified Files:
	Linux-VisualAge-C.cmake Linux-VisualAge-Fortran.cmake 
Added Files:
	Linux-XL-C.cmake Linux-XL-Fortran.cmake 
Log Message:
Teach compiler id about VisualAge -> XL rebranding

IBM rebranded its VisualAge compiler to XL starting at version 8.0.  We
use the compiler id "XL" for newer versions and "VisualAge" for older
versions.  We now also recognize the "z/OS" compiler, which is distinct
from XL.


--- NEW FILE: Linux-XL-C.cmake ---
SET(CMAKE_SHARED_LIBRARY_C_FLAGS "")
SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")

--- NEW FILE: Linux-XL-Fortran.cmake ---
SET(CMAKE_SHARED_LIBRARY_C_FLAGS "")
SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")

Index: Linux-VisualAge-C.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Linux-VisualAge-C.cmake,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** Linux-VisualAge-C.cmake	10 Jan 2008 19:47:19 -0000	1.2
--- Linux-VisualAge-C.cmake	7 Aug 2009 14:13:07 -0000	1.3
***************
*** 1,2 ****
! SET(CMAKE_SHARED_LIBRARY_C_FLAGS "")        
! SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")  
--- 1 ----
! include(Platform/Linux-XL-C)

Index: Linux-VisualAge-Fortran.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Linux-VisualAge-Fortran.cmake,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** Linux-VisualAge-Fortran.cmake	7 Aug 2009 14:12:29 -0000	1.4
--- Linux-VisualAge-Fortran.cmake	7 Aug 2009 14:13:07 -0000	1.5
***************
*** 1,2 ****
! SET(CMAKE_SHARED_LIBRARY_C_FLAGS "")        
! SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")  
--- 1 ----
! include(Platform/Linux-XL-Fortran)



More information about the Cmake-commits mailing list