[Cmake-commits] CMake branch, next, updated. v3.1.0-rc1-525-gf29c7f5

Chuck Atkins chuck.atkins at kitware.com
Tue Nov 11 15:28:42 EST 2014


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  f29c7f550e813748f5de2450ce682f3dcc34386f (commit)
       via  be93c3fe1b533541d1e7c77b9b8a621653730f26 (commit)
      from  f0ab53baf27504bdd740379d6634b5f0b555d6db (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=f29c7f550e813748f5de2450ce682f3dcc34386f
commit f29c7f550e813748f5de2450ce682f3dcc34386f
Merge: f0ab53b be93c3f
Author:     Chuck Atkins <chuck.atkins at kitware.com>
AuthorDate: Tue Nov 11 15:28:41 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 11 15:28:41 2014 -0500

    Merge topic 'refactor-search-path-construction' into next
    
    be93c3fe Remove leftovers from an already merged parisc bug fix


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=be93c3fe1b533541d1e7c77b9b8a621653730f26
commit be93c3fe1b533541d1e7c77b9b8a621653730f26
Author:     Chuck Atkins <chuck.atkins at kitware.com>
AuthorDate: Tue Nov 11 15:18:30 2014 -0500
Commit:     Chuck Atkins <chuck.atkins at kitware.com>
CommitDate: Tue Nov 11 15:20:21 2014 -0500

    Remove leftovers from an already merged parisc bug fix

diff --git a/CompileFlags.cmake b/CompileFlags.cmake
index 1f3f2e6..e7beb3f 100644
--- a/CompileFlags.cmake
+++ b/CompileFlags.cmake
@@ -75,16 +75,6 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "^parisc")
   endif()
 endif()
 
-# Workaround for short jump tables on PA-RISC
-if(CMAKE_SYSTEM_PROCESSOR STREQUAL parisc)
-  if(CMAKE_COMPILER_IS_GNUC)
-    set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mlong-calls")
-  endif()
-  if(CMAKE_COMPILER_IS_GNUCXX)
-    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mlong-calls")
-  endif()
-endif()
-
 # use the ansi CXX compile flag for building cmake
 if (CMAKE_ANSI_CXXFLAGS)
   set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_ANSI_CXXFLAGS}")

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

Summary of changes:
 CompileFlags.cmake |   10 ----------
 1 file changed, 10 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list