summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Linux-XL-CXX.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-07-12 12:52:41 (GMT)
committerBrad King <brad.king@kitware.com>2019-07-15 11:45:04 (GMT)
commit9cb5f040d7bd2a73d6510f2de38ddf03e4e7498a (patch)
tree8539ed33c054a729db39a31598b16b376f09970b /Modules/Platform/Linux-XL-CXX.cmake
parentd7e53b427428bc23778d1b094e8893df4573e22e (diff)
downloadCMake-9cb5f040d7bd2a73d6510f2de38ddf03e4e7498a.zip
CMake-9cb5f040d7bd2a73d6510f2de38ddf03e4e7498a.tar.gz
CMake-9cb5f040d7bd2a73d6510f2de38ddf03e4e7498a.tar.bz2
XL: De-duplicate shared object creation flags
The XL `-qmkshrobj` flag creates shared objects on all platforms. Move the flag out of the per-platform modules into the per-compiler module for XL.
Diffstat (limited to 'Modules/Platform/Linux-XL-CXX.cmake')
-rw-r--r--Modules/Platform/Linux-XL-CXX.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/Platform/Linux-XL-CXX.cmake b/Modules/Platform/Linux-XL-CXX.cmake
index 5ceb255..aa57d6e 100644
--- a/Modules/Platform/Linux-XL-CXX.cmake
+++ b/Modules/Platform/Linux-XL-CXX.cmake
@@ -1,2 +1 @@
-set(CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS "-qmkshrobj")
set(CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS "-Wl,-export-dynamic")