From 115ecc5750deff688d580b48223d865ef8c9bf4c Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 7 Aug 2009 10:13:07 -0400 Subject: 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. --- Modules/Platform/Linux-XL-C.cmake | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Modules/Platform/Linux-XL-C.cmake (limited to 'Modules/Platform/Linux-XL-C.cmake') diff --git a/Modules/Platform/Linux-XL-C.cmake b/Modules/Platform/Linux-XL-C.cmake new file mode 100644 index 0000000000..08370e246b --- /dev/null +++ b/Modules/Platform/Linux-XL-C.cmake @@ -0,0 +1,2 @@ +SET(CMAKE_SHARED_LIBRARY_C_FLAGS "") +SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "") -- cgit v1.2.1