[Cmake-commits] CMake branch, next, updated. v2.8.2-307-g41b040a

Brad King brad.king at kitware.com
Thu Jul 29 10:44:35 EDT 2010


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  41b040ac3ecf34fa680c2af7c515a5b214f96ff5 (commit)
       via  90467d62944a96c9be55dc3ccfcf2e0b91955617 (commit)
       via  03b7eff0eacc2b80a85b949eb8031cb5e7a3d393 (commit)
      from  01d2057a8160c1273b9571e6710531053379e58a (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=41b040ac3ecf34fa680c2af7c515a5b214f96ff5
commit 41b040ac3ecf34fa680c2af7c515a5b214f96ff5
Merge: 01d2057 90467d6
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jul 29 10:44:33 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jul 29 10:44:33 2010 -0400

    Merge topic 'hurd-platform' into next
    
    90467d6 GNU/Hurd platform support fixes (#9873)
    03b7eff KWSys Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=90467d62944a96c9be55dc3ccfcf2e0b91955617
commit 90467d62944a96c9be55dc3ccfcf2e0b91955617
Author:     Pino Toscano <pino at kde.org>
AuthorDate: Thu Jul 29 10:37:57 2010 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Jul 29 10:43:03 2010 -0400

    GNU/Hurd platform support fixes (#9873)
    
    Define use of -rpath-link and --export-dynamic flags.  The toolchain on
    Hurd is GNU-based so we can use the values from Linux.

diff --git a/Modules/Platform/GNU.cmake b/Modules/Platform/GNU.cmake
index fe3d47b..e0ed86c 100644
--- a/Modules/Platform/GNU.cmake
+++ b/Modules/Platform/GNU.cmake
@@ -4,5 +4,8 @@ SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-fPIC")
 SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-shared")
 SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "-Wl,-rpath,")
 SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":")
+SET(CMAKE_SHARED_LIBRARY_RPATH_LINK_C_FLAG "-Wl,-rpath-link,")
 SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-Wl,-soname,")
+SET(CMAKE_EXE_EXPORTS_C_FLAG "-Wl,--export-dynamic")
+
 INCLUDE(Platform/UnixPaths)

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

Summary of changes:
 Modules/Platform/GNU.cmake        |    3 +++
 Source/kwsys/kwsysDateStamp.cmake |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list