Merge topic 'SunPro-Fortran-KPIC'

3556fb1b SunPro: Add position independent code flag for Fortran compiler
This commit is contained in:
Brad King 2015-03-23 09:18:34 -04:00 committed by CMake Topic Stage
commit d0af020713
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ set(CMAKE_Fortran_VERBOSE_FLAG "-v")
set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-fixed")
set(CMAKE_Fortran_FORMAT_FREE_FLAG "-free")
set(CMAKE_Fortran_COMPILE_OPTIONS_PIC "-KPIC")
set(CMAKE_SHARED_LIBRARY_Fortran_FLAGS "-KPIC")
set(CMAKE_SHARED_LIBRARY_CREATE_Fortran_FLAGS "-G")
set(CMAKE_SHARED_LIBRARY_RUNTIME_Fortran_FLAG "-R")