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  634a43bebcb8941d2812fa4abffaa93bddecf6c8 (commit)
       via  0e3f95eff9a9925fc0240b335e5931b9838f47f5 (commit)
       via  415623581da722a1802d0dc800719bfc760733cc (commit)
      from  d3328cb775dbbbe63722accd2625b53a83702086 (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=634a43bebcb8941d2812fa4abffaa93bddecf6c8
commit 634a43bebcb8941d2812fa4abffaa93bddecf6c8
Merge: d3328cb 0e3f95e
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Thu Oct 25 07:58:02 2012 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Thu Oct 25 07:58:02 2012 -0400

    Merge topic 'update-KWIML' into next
    
    0e3f95e Merge branch 'upstream-kwiml' into update-KWIML
    4156235 KWIML: Teach ABI.h that VAX is big endian


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0e3f95eff9a9925fc0240b335e5931b9838f47f5
commit 0e3f95eff9a9925fc0240b335e5931b9838f47f5
Merge: f551fa6 4156235
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Thu Oct 25 07:54:49 2012 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Thu Oct 25 07:54:49 2012 -0400

    Merge branch 'upstream-kwiml' into update-KWIML


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=415623581da722a1802d0dc800719bfc760733cc
commit 415623581da722a1802d0dc800719bfc760733cc
Author:     Thomas Klausner <t...@giga.or.at>
AuthorDate: Thu Oct 25 07:51:53 2012 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Thu Oct 25 07:53:32 2012 -0400

    KWIML: Teach ABI.h that VAX is big endian

diff --git a/ABI.h.in b/ABI.h.in
index 060a520..f93ddba 100644
--- a/ABI.h.in
+++ b/ABI.h.in
@@ -414,6 +414,10 @@ suppression macro @KWIML@_ABI_NO_VERIFY was defined.
 #elif defined(__SYSC_ZARCH__)
 # define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG
 
+/* VAX */
+#elif defined(__vax__)
+# define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG
+
 /* Unknown CPU */
 #elif !defined(@KWIML@_ABI_NO_ERROR_ENDIAN)
 # error "Byte order of target CPU unknown."

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

Summary of changes:
 Utilities/KWIML/ABI.h.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


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