[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1311-gbb64f91

Brad King brad.king at kitware.com
Sat Dec 22 09:53:09 EST 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  bb64f91d7bb45f68e6bc1db13a1af2ee3fee385d (commit)
       via  81c0be4f00786c9498c60559d34b4f601936c5d1 (commit)
       via  567e7d946788e46f9709fe08985520b55e98293b (commit)
      from  160ac43582faf0563ef5e94b6eb94a9d013fb284 (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=bb64f91d7bb45f68e6bc1db13a1af2ee3fee385d
commit bb64f91d7bb45f68e6bc1db13a1af2ee3fee385d
Merge: 160ac43 81c0be4
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Sat Dec 22 09:53:07 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Dec 22 09:53:07 2012 -0500

    Merge topic 'update-kwsys' into next
    
    81c0be4 Merge branch 'upstream-kwsys' into update-kwsys
    567e7d9 KWSys 2012-12-21 (8ce09af5)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=81c0be4f00786c9498c60559d34b4f601936c5d1
commit 81c0be4f00786c9498c60559d34b4f601936c5d1
Merge: 2c24ca9 567e7d9
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Sat Dec 22 09:52:05 2012 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Sat Dec 22 09:52:05 2012 -0500

    Merge branch 'upstream-kwsys' into update-kwsys


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=567e7d946788e46f9709fe08985520b55e98293b
commit 567e7d946788e46f9709fe08985520b55e98293b
Author:     KWSys Robot <kwrobot at kitware.com>
AuthorDate: Fri Dec 21 08:29:37 2012 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Sat Dec 22 09:52:01 2012 -0500

    KWSys 2012-12-21 (8ce09af5)
    
    Extract upstream KWSys using the following shell commands.
    
    $ git archive --prefix=upstream-kwsys/ 8ce09af5 | tar x
    $ git shortlog --no-merges --abbrev=8 --format='%h %s' 933eb822..8ce09af5
    Riku Voipio (1):
          8ce09af5 CPU: Add Aarch64 support
    
    Change-Id: I4bd0a97abaa0f958e2679afe2d4ad4bcc37434a0

diff --git a/CPU.h.in b/CPU.h.in
index ecd29d1..2e1a584 100644
--- a/CPU.h.in
+++ b/CPU.h.in
@@ -98,6 +98,14 @@
 #elif defined(__SYSC_ZARCH__)
 # define @KWSYS_NAMESPACE at _CPU_ENDIAN_ID @KWSYS_NAMESPACE at _CPU_ENDIAN_ID_BIG
 
+/* Aarch64 */
+#elif defined(__aarch64__)
+# if !defined(__AARCH64EB__)
+#  define @KWSYS_NAMESPACE at _CPU_ENDIAN_ID @KWSYS_NAMESPACE at _CPU_ENDIAN_ID_LITTLE
+# else
+#  define @KWSYS_NAMESPACE at _CPU_ENDIAN_ID @KWSYS_NAMESPACE at _CPU_ENDIAN_ID_BIG
+# endif
+
 /* Unknown CPU */
 #else
 # define @KWSYS_NAMESPACE at _CPU_ENDIAN_ID 0

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

Summary of changes:
 Source/kwsys/CPU.h.in |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list