summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-03-17 18:27:27 (GMT)
committerBrad King <brad.king@kitware.com>2015-03-17 18:27:27 (GMT)
commit6794079523de41837b43e23128643e6b2c3e9ae7 (patch)
treed9e3a41d1734cd0ccb911df9566627ed6b203ebf /Utilities
parenta5cab2e7391df8d2072f1083c075a69bc746c7aa (diff)
parentded79a976e2b63bbfd7a63f27ec00bd071410e27 (diff)
downloadCMake-6794079523de41837b43e23128643e6b2c3e9ae7.zip
CMake-6794079523de41837b43e23128643e6b2c3e9ae7.tar.gz
CMake-6794079523de41837b43e23128643e6b2c3e9ae7.tar.bz2
Merge branch 'upstream-kwiml' into update-kwiml
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/KWIML/ABI.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Utilities/KWIML/ABI.h.in b/Utilities/KWIML/ABI.h.in
index 21c9139..6300ada 100644
--- a/Utilities/KWIML/ABI.h.in
+++ b/Utilities/KWIML/ABI.h.in
@@ -432,6 +432,12 @@ suppression macro @KWIML@_ABI_NO_VERIFY was defined.
# define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG
# endif
+/* Xtensa */
+#elif defined(__XTENSA_EB__)
+# define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG
+#elif defined(__XTENSA_EL__)
+# define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_LITTLE
+
/* Unknown CPU */
#elif !defined(@KWIML@_ABI_NO_ERROR_ENDIAN)
# error "Byte order of target CPU unknown."