summaryrefslogtreecommitdiff
path: root/Utilities/KWIML
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-08-07 16:13:26 -0400
committerBrad King <brad.king@kitware.com>2014-08-07 16:13:26 -0400
commit45ab21ee6ebb2727bfb79548811eaf642a46a691 (patch)
tree3816a4c339841b9f3cb2ebd2a5fea11bf5e99336 /Utilities/KWIML
parent6f0d1a38c8eee267cf16c4b6bae90ddf218f3088 (diff)
parent3c0bb28162e1b2d05e913f874dba23b556109a97 (diff)
downloadcmake-45ab21ee6ebb2727bfb79548811eaf642a46a691.tar.gz
Merge branch 'upstream-kwiml' into update-kwiml
Diffstat (limited to 'Utilities/KWIML')
-rw-r--r--Utilities/KWIML/ABI.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Utilities/KWIML/ABI.h.in b/Utilities/KWIML/ABI.h.in
index b71cdfb9f1..21c9139c0a 100644
--- a/Utilities/KWIML/ABI.h.in
+++ b/Utilities/KWIML/ABI.h.in
@@ -398,6 +398,10 @@ suppression macro @KWIML@_ABI_NO_VERIFY was defined.
#elif defined(__mips) || defined(__mips__) || defined(__MIPS__)
# define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG
+/* OpenRISC 1000 */
+#elif defined(__or1k__)
+# define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG
+
/* RS/6000 */
#elif defined(__THW_RS600) || defined(_IBMR2) || defined(_POWER)
# define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG