summaryrefslogtreecommitdiff
path: root/Modules/Platform/Linux-XL-C.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-08-07 10:13:07 -0400
committerBrad King <brad.king@kitware.com>2009-08-07 10:13:07 -0400
commit115ecc5750deff688d580b48223d865ef8c9bf4c (patch)
treefe5b5f1bb49130caf43ae1bbd4afbcdfaa377b3d /Modules/Platform/Linux-XL-C.cmake
parent34c6588b6ed7219543e0155e501205ea3048684e (diff)
downloadcmake-115ecc5750deff688d580b48223d865ef8c9bf4c.tar.gz
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.
Diffstat (limited to 'Modules/Platform/Linux-XL-C.cmake')
-rw-r--r--Modules/Platform/Linux-XL-C.cmake2
1 files changed, 2 insertions, 0 deletions
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 "")