summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Linux-SunPro-C.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/Linux-SunPro-C.cmake')
-rw-r--r--Modules/Platform/Linux-SunPro-C.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/Linux-SunPro-C.cmake b/Modules/Platform/Linux-SunPro-C.cmake
index c199100..529dfba 100644
--- a/Modules/Platform/Linux-SunPro-C.cmake
+++ b/Modules/Platform/Linux-SunPro-C.cmake
@@ -6,7 +6,7 @@ SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "-R")
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":")
SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-h")
-SET(CMAKE_EXE_EXPORTS_C_FLAG "--export-dynamic")
+SET(CMAKE_EXE_EXPORTS_C_FLAG "-Wl,--export-dynamic")
SET(CMAKE_C_FLAGS_INIT "")
SET(CMAKE_C_FLAGS_DEBUG_INIT "-g")