[Cmake-commits] CMake branch, next, updated. v2.8.8-3435-ge7cd5ad

Brad King brad.king at kitware.com
Tue Jul 10 15:59:52 EDT 2012


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  e7cd5ad30a978835dab8006915ca4429454fb7bb (commit)
       via  7755283e89b34040c19349dfd1e7b7edaf7dd4c9 (commit)
      from  e5abdbf75af5955b5cf8840673f345a57f17f926 (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=e7cd5ad30a978835dab8006915ca4429454fb7bb
commit e7cd5ad30a978835dab8006915ca4429454fb7bb
Merge: e5abdbf 7755283
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jul 10 15:59:50 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jul 10 15:59:50 2012 -0400

    Merge topic 'aix-gnu-asm' into next
    
    7755283 Add ASM platform information for GNU compiler on AIX (#13390)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7755283e89b34040c19349dfd1e7b7edaf7dd4c9
commit 7755283e89b34040c19349dfd1e7b7edaf7dd4c9
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jul 10 15:16:33 2012 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Jul 10 15:18:55 2012 -0400

    Add ASM platform information for GNU compiler on AIX (#13390)
    
    Among other flags this sets RPATH flags correctly so that CMake knows
    how to treat CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH for the ASM language.
    This is the GNU compiler equivalent to commit a0bab7ae (Add ASM platform
    information for XL compiler on AIX, 2011-03-02), made for XL.

diff --git a/Modules/Platform/AIX-GNU-ASM.cmake b/Modules/Platform/AIX-GNU-ASM.cmake
new file mode 100644
index 0000000..c256df6
--- /dev/null
+++ b/Modules/Platform/AIX-GNU-ASM.cmake
@@ -0,0 +1,2 @@
+include(Platform/AIX-GNU)
+__aix_compiler_gnu(ASM)

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

Summary of changes:
 .../{AIX-GNU-C.cmake => AIX-GNU-ASM.cmake}         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
 copy Modules/Platform/{AIX-GNU-C.cmake => AIX-GNU-ASM.cmake} (52%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list