[Cmake-commits] CMake branch, master, updated. v2.8.10.2-849-g28490ec
Brad King
brad.king at kitware.com
Tue Mar 12 13:47:06 EDT 2013
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, master has been updated
via 28490ecccb9d6d4ba51dab7bf022fc9d61f01190 (commit)
via bce7a2a3a5dedcdbc04732a3a3be74c383f2a04a (commit)
from 451ddcbf731a42f0638b83c4ddb6099f477421de (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=28490ecccb9d6d4ba51dab7bf022fc9d61f01190
commit 28490ecccb9d6d4ba51dab7bf022fc9d61f01190
Merge: 451ddcb bce7a2a
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 12 13:47:04 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Mar 12 13:47:04 2013 -0400
Merge topic 'aix-shared-flags'
bce7a2a AIX: Do not use -brtl to create shared libraries (#13997)
diff --cc Modules/Platform/AIX-GNU.cmake
index a73a7a2,7e86b14..e5d9434
--- a/Modules/Platform/AIX-GNU.cmake
+++ b/Modules/Platform/AIX-GNU.cmake
@@@ -21,7 -21,6 +21,7 @@@ set(__AIX_COMPILER_GNU 1
macro(__aix_compiler_gnu lang)
set(CMAKE_SHARED_LIBRARY_RUNTIME_${lang}_FLAG "-Wl,-blibpath:")
set(CMAKE_SHARED_LIBRARY_RUNTIME_${lang}_FLAG_SEP ":")
- set(CMAKE_SHARED_LIBRARY_CREATE_${lang}_FLAGS "${CMAKE_SHARED_LIBRARY_CREATE_${lang}_FLAGS} -Wl,-G,-brtl,-bnoipath")
+ set(CMAKE_SHARED_LIBRARY_CREATE_${lang}_FLAGS "${CMAKE_SHARED_LIBRARY_CREATE_${lang}_FLAGS} -Wl,-G,-bnoipath")
set(CMAKE_SHARED_LIBRARY_LINK_${lang}_FLAGS "-Wl,-brtl,-bnoipath,-bexpall") # +s, flag for exe link to use shared lib
+ set(CMAKE_${lang}_USE_IMPLICIT_LINK_DIRECTORIES_IN_RUNTIME_PATH 1)
endmacro()
-----------------------------------------------------------------------
Summary of changes:
Modules/Platform/AIX-GNU.cmake | 2 +-
Modules/Platform/AIX-XL.cmake | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list