[Cmake-commits] CMake branch, next, updated. v2.8.9-378-gfc28530

Brad King brad.king at kitware.com
Wed Sep 5 12:50:58 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  fc28530d55f0955423620941521e8dc52418f08b (commit)
       via  084c5af4e0c7f2aa4bea6f6db0fe00ebd4802b37 (commit)
       via  2da17ef7975b521abe2be4736569d19ef79dc3be (commit)
      from  2dd3b783fdc8d0c918d8134f9623439940715073 (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=fc28530d55f0955423620941521e8dc52418f08b
commit fc28530d55f0955423620941521e8dc52418f08b
Merge: 2dd3b78 084c5af
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Sep 5 12:50:51 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Sep 5 12:50:51 2012 -0400

    Merge topic 'aix-release-bmaxdata' into next
    
    084c5af Utilities/Release: Link AIX binary with large maxdata
    2da17ef CMake Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=084c5af4e0c7f2aa4bea6f6db0fe00ebd4802b37
commit 084c5af4e0c7f2aa4bea6f6db0fe00ebd4802b37
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Sep 5 12:03:34 2012 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Sep 5 12:49:37 2012 -0400

    Utilities/Release: Link AIX binary with large maxdata
    
    Raise the default "maxdata" linker setting on the 32-bit AIX release
    binaries.  This allows the CMake binaries to process larger projects
    without encountering a "Segmentation fault in extend_brk".

diff --git a/Utilities/Release/v20n250_aix_release.cmake b/Utilities/Release/v20n250_aix_release.cmake
index 53c34d7..cc8cd05 100644
--- a/Utilities/Release/v20n250_aix_release.cmake
+++ b/Utilities/Release/v20n250_aix_release.cmake
@@ -7,6 +7,7 @@ set(MAKE_PROGRAM "make")
 set(CC "xlc_r")
 set(CXX "xlC_r")
 set(FC "xlf")
+set(LDFLAGS "-Wl,-bmaxdata:0x80000000") # Push "Segmentation fault in extend_brk" over horizon
 set(INITIAL_CACHE "
 CMAKE_BUILD_TYPE:STRING=Release
 CMAKE_SKIP_BOOTSTRAP_TEST:STRING=TRUE

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

Summary of changes:
 Source/CMakeVersion.cmake                   |    2 +-
 Utilities/Release/v20n250_aix_release.cmake |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list