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  3a18de5bd9d27acd50c4a117bf8e654a37c56a9c (commit)
       via  209c142f68a8902db802ca6c73c22c395a7aea06 (commit)
      from  350647855b53e0b0b7a80170a413d73868559d54 (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=3a18de5bd9d27acd50c4a117bf8e654a37c56a9c
commit 3a18de5bd9d27acd50c4a117bf8e654a37c56a9c
Merge: 3506478 209c142
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Mon Mar 23 10:28:59 2015 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Mon Mar 23 10:28:59 2015 -0400

    Merge topic 'SunPro-no-KPIE' into next
    
    209c142f SunPro: Drop non-existent -KPIE flag


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=209c142f68a8902db802ca6c73c22c395a7aea06
commit 209c142f68a8902db802ca6c73c22c395a7aea06
Author:     Steven Vancoillie <steven.vancoil...@teokem.lu.se>
AuthorDate: Mon Mar 23 09:22:14 2015 +0100
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Mon Mar 23 10:24:18 2015 -0400

    SunPro: Drop non-existent -KPIE flag

diff --git a/Modules/Compiler/SunPro-C.cmake b/Modules/Compiler/SunPro-C.cmake
index c5b5203..92252cb 100644
--- a/Modules/Compiler/SunPro-C.cmake
+++ b/Modules/Compiler/SunPro-C.cmake
@@ -1,7 +1,6 @@
 set(CMAKE_C_VERBOSE_FLAG "-#")
 
 set(CMAKE_C_COMPILE_OPTIONS_PIC -KPIC)
-set(CMAKE_C_COMPILE_OPTIONS_PIE -KPIE)
 set(CMAKE_SHARED_LIBRARY_C_FLAGS "-KPIC")
 set(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-G")
 set(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "-R")
diff --git a/Modules/Compiler/SunPro-CXX.cmake 
b/Modules/Compiler/SunPro-CXX.cmake
index c7bc734..022b4d4 100644
--- a/Modules/Compiler/SunPro-CXX.cmake
+++ b/Modules/Compiler/SunPro-CXX.cmake
@@ -1,7 +1,6 @@
 set(CMAKE_CXX_VERBOSE_FLAG "-v")
 
 set(CMAKE_CXX_COMPILE_OPTIONS_PIC -KPIC)
-set(CMAKE_CXX_COMPILE_OPTIONS_PIE -KPIE)
 set(CMAKE_SHARED_LIBRARY_CXX_FLAGS "-KPIC")
 set(CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS "-G")
 set(CMAKE_SHARED_LIBRARY_RUNTIME_CXX_FLAG "-R")

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

Summary of changes:
 Modules/Compiler/SunPro-C.cmake   |    1 -
 Modules/Compiler/SunPro-CXX.cmake |    1 -
 2 files changed, 2 deletions(-)


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

Reply via email to