summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-08-11 13:54:17 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-08-11 13:54:17 (GMT)
commit8b61070748ce7de7c7ad3a21b9fa6b3bc5281e4f (patch)
tree416be47da8f75d3bc5a88a93e11f72c0716b97f8 /Utilities
parentf85dee25fbf1c5f4db9ecea5fb47910f38fd1ade (diff)
parent45ab21ee6ebb2727bfb79548811eaf642a46a691 (diff)
downloadCMake-8b61070748ce7de7c7ad3a21b9fa6b3bc5281e4f.zip
CMake-8b61070748ce7de7c7ad3a21b9fa6b3bc5281e4f.tar.gz
CMake-8b61070748ce7de7c7ad3a21b9fa6b3bc5281e4f.tar.bz2
Merge topic 'update-kwiml'
45ab21ee Merge branch 'upstream-kwiml' into update-kwiml 3c0bb281 KWIML: Teach ABI.h about OpenRISC 1000
Diffstat (limited to 'Utilities')
-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 b71cdfb..21c9139 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