This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  c583042c126d064d75eb6cecefc80b4e644c2abd (commit)
       via  3556fb1b81fccac63600a2509f92e9ef738fed69 (commit)
      from  4bf20848b81d98a2d138862f47aba20a19c92652 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c583042c126d064d75eb6cecefc80b4e644c2abd
commit c583042c126d064d75eb6cecefc80b4e644c2abd
Merge: 4bf2084 3556fb1
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Fri Mar 20 13:05:33 2015 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Fri Mar 20 13:05:33 2015 -0400

    Merge topic 'SunPro-Fortran-KPIC' into next
    
    3556fb1b SunPro: Add position independent code flag for Fortran compiler


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3556fb1b81fccac63600a2509f92e9ef738fed69
commit 3556fb1b81fccac63600a2509f92e9ef738fed69
Author:     Steven Vancoillie <steven.vancoil...@runbox.com>
AuthorDate: Fri Mar 20 09:13:00 2015 +0100
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Fri Mar 20 13:05:05 2015 -0400

    SunPro: Add position independent code flag for Fortran compiler

diff --git a/Modules/Compiler/SunPro-Fortran.cmake 
b/Modules/Compiler/SunPro-Fortran.cmake
index e4db1e8..196aae4 100644
--- a/Modules/Compiler/SunPro-Fortran.cmake
+++ b/Modules/Compiler/SunPro-Fortran.cmake
@@ -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")

-----------------------------------------------------------------------

Summary of changes:
 Modules/Compiler/SunPro-Fortran.cmake |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to