[Cmake-commits] CMake branch, next, updated. v3.2.0-rc1-376-ge0c5b99

Stephen Kelly steveire at gmail.com
Tue Feb 17 13:34:39 EST 2015


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  e0c5b99a7f0b970446633448b32b18d92d063d61 (commit)
       via  9454b9c10fba540595a995821db61d633e57ce9d (commit)
      from  e5f2828eed88f28a8ea27474996dc39bf0179f2b (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=e0c5b99a7f0b970446633448b32b18d92d063d61
commit e0c5b99a7f0b970446633448b32b18d92d063d61
Merge: e5f2828 9454b9c
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Feb 17 13:34:38 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Feb 17 13:34:38 2015 -0500

    Merge topic 'fix-GNU-5.0-corruption' into next
    
    9454b9c1 Revert "Work around bug in pre-release GNU CXX 5.0."


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9454b9c10fba540595a995821db61d633e57ce9d
commit 9454b9c10fba540595a995821db61d633e57ce9d
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Feb 17 19:34:16 2015 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Feb 17 19:34:16 2015 +0100

    Revert "Work around bug in pre-release GNU CXX 5.0."
    
    This reverts commit aaad0bf35263643c42ae715ef2621a9b1fbaed72.

diff --git a/CompileFlags.cmake b/CompileFlags.cmake
index 5444062..3c053fa 100644
--- a/CompileFlags.cmake
+++ b/CompileFlags.cmake
@@ -72,12 +72,6 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "^parisc")
   endif()
 endif()
 
-if (CMAKE_CXX_COMPILER_ID STREQUAL GNU AND
-    NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 5.0)
-  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65085
-  set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_GLIBCXX_USE_CXX11_ABI=0")
-endif()
-
 if (CMAKE_CXX_COMPILER_ID STREQUAL SunPro)
   if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 5.13)
     set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++03")

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list