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  0f04826ae48f4daf0449383dcf99d1f97d41a6b0 (commit)
       via  97a535774ed70d522fcb418fb3971b9e2faeba56 (commit)
      from  846c6354d7bf0a849508600a204cc31b6fdf939e (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=0f04826ae48f4daf0449383dcf99d1f97d41a6b0
commit 0f04826ae48f4daf0449383dcf99d1f97d41a6b0
Merge: 846c635 97a5357
Author:     Chuck Atkins <chuck.atk...@kitware.com>
AuthorDate: Thu Nov 6 11:18:56 2014 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Thu Nov 6 11:18:56 2014 -0500

    Merge topic 'fix-gcc-hppa' into next
    
    97a53577 Fix parisc flags to work on parisc64 as well.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=97a535774ed70d522fcb418fb3971b9e2faeba56
commit 97a535774ed70d522fcb418fb3971b9e2faeba56
Author:     Chuck Atkins <chuck.atk...@kitware.com>
AuthorDate: Thu Nov 6 11:07:28 2014 -0500
Commit:     Chuck Atkins <chuck.atk...@kitware.com>
CommitDate: Thu Nov 6 11:07:28 2014 -0500

    Fix parisc flags to work on parisc64 as well.

diff --git a/CompileFlags.cmake b/CompileFlags.cmake
index 79f89d0..e7beb3f 100644
--- a/CompileFlags.cmake
+++ b/CompileFlags.cmake
@@ -66,7 +66,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "HP-UX" AND 
CMAKE_CXX_COMPILER_ID MATCHES "HP")
 endif()
 
 # Workaround for short jump tables on PA-RISC
-if(CMAKE_SYSTEM_PROCESSOR STREQUAL parisc)
+if(CMAKE_SYSTEM_PROCESSOR MATCHES "^parisc")
   if(CMAKE_COMPILER_IS_GNUC)
     set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mlong-calls")
   endif()

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

Summary of changes:
 CompileFlags.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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

Reply via email to