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  d5bf45f8bfa3f10137b3d0819c826a4c318bc2a2 (commit)
       via  ac2527e1d988afa18e141a660ec542b7a3f7f352 (commit)
      from  1fe29426947b9fa718ab310c0f48e5c867f90ec0 (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=d5bf45f8bfa3f10137b3d0819c826a4c318bc2a2
commit d5bf45f8bfa3f10137b3d0819c826a4c318bc2a2
Merge: 1fe2942 ac2527e
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Feb 18 08:31:59 2014 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Tue Feb 18 08:31:59 2014 -0500

    Merge topic 'FindJNI-ppc64le' into next
    
    ac2527e1 FindJNI: Add ppc64le architecture


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ac2527e1d988afa18e141a660ec542b7a3f7f352
commit ac2527e1d988afa18e141a660ec542b7a3f7f352
Author:     Dinar Valeev <dval...@suse.com>
AuthorDate: Tue Feb 18 01:08:55 2014 +0100
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Tue Feb 18 08:30:51 2014 -0500

    FindJNI: Add ppc64le architecture
    
    Signed-off-by: Dinar Valeev <dval...@suse.com>

diff --git a/Modules/FindJNI.cmake b/Modules/FindJNI.cmake
index 669e3e2..6a496af 100644
--- a/Modules/FindJNI.cmake
+++ b/Modules/FindJNI.cmake
@@ -54,6 +54,8 @@ macro(java_append_library_directories _var)
         # mips* machines are bi-endian mostly so processor does not tell
         # endianess of the underlying system.
         set(_java_libarch "${CMAKE_SYSTEM_PROCESSOR}" "mips" "mipsel" "mipseb")
+    elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(powerpc|ppc)64le")
+        set(_java_libarch "ppc64le")
     elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(powerpc|ppc)64")
         set(_java_libarch "ppc64" "ppc")
     elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(powerpc|ppc)")

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

Summary of changes:
 Modules/FindJNI.cmake |    2 ++
 1 file changed, 2 insertions(+)


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

Reply via email to