summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Linux-SunPro-Fortran.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-08-21 14:32:26 (GMT)
committerBrad King <brad.king@kitware.com>2009-08-21 14:32:26 (GMT)
commit9ee0f9801a8b90e58f48e1b32b95624c9556251d (patch)
tree4571c22e1c1b9b72064222e7c0e3ac07ca02e0b0 /Modules/Platform/Linux-SunPro-Fortran.cmake
parent2ce6a7d0fbbd70c33592a98d204d8db7fad9a895 (diff)
downloadCMake-9ee0f9801a8b90e58f48e1b32b95624c9556251d.zip
CMake-9ee0f9801a8b90e58f48e1b32b95624c9556251d.tar.gz
CMake-9ee0f9801a8b90e58f48e1b32b95624c9556251d.tar.bz2
Split SunPro compiler information files
This moves platform-independent SunPro compiler flags into separate "Compiler/SunPro-<lang>.cmake" modules. Platform-specific flags are left untouched.
Diffstat (limited to 'Modules/Platform/Linux-SunPro-Fortran.cmake')
-rw-r--r--Modules/Platform/Linux-SunPro-Fortran.cmake14
1 files changed, 0 insertions, 14 deletions
diff --git a/Modules/Platform/Linux-SunPro-Fortran.cmake b/Modules/Platform/Linux-SunPro-Fortran.cmake
index 6994839..2355aad 100644
--- a/Modules/Platform/Linux-SunPro-Fortran.cmake
+++ b/Modules/Platform/Linux-SunPro-Fortran.cmake
@@ -1,16 +1,2 @@
# Linux sun studio fortran options
SET(CMAKE_DL_LIBS "dl")
-SET(CMAKE_SHARED_LIBRARY_Fortran_FLAGS "-KPIC")
-SET(CMAKE_SHARED_LIBRARY_CREATE_Fortran_FLAGS "-G")
-SET(CMAKE_SHARED_LIBRARY_LINK_Fortran_FLAGS "")
-SET(CMAKE_SHARED_LIBRARY_RUNTIME_Fortran_FLAG "-R")
-SET(CMAKE_SHARED_LIBRARY_RUNTIME_Fortran_FLAG_SEP ":")
-SET(CMAKE_SHARED_LIBRARY_SONAME_Fortran_FLAG "-h")
-
-SET(CMAKE_Fortran_FLAGS_INIT "")
-SET(CMAKE_Fortran_FLAGS_DEBUG_INIT "-g")
-SET(CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "-xO2 -xspace -DNDEBUG")
-SET(CMAKE_Fortran_FLAGS_RELEASE_INIT "-xO3 -DNDEBUG")
-SET(CMAKE_Fortran_FLAGS_RELWITHDEBINFO_INIT "-g -xO2")
-SET(CMAKE_Fortran_MODDIR_FLAG "-moddir=")
-SET(CMAKE_Fortran_MODPATH_FLAG "-M")