summaryrefslogtreecommitdiff
path: root/devel/cmake/patches/patch-Utilities_KWIML_ABI.h.in
blob: bf3dae51f53776470873104e98fa5a3b9dabc0b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-Utilities_KWIML_ABI.h.in,v 1.3 2012/10/24 22:42:16 wiz Exp $

Add VAX to the list of supported architectures

http://public.kitware.com/Bug/view.php?id=13605

--- Utilities/KWIML/ABI.h.in.orig	2012-08-09 18:15:19.000000000 +0000
+++ Utilities/KWIML/ABI.h.in
@@ -414,6 +414,10 @@ suppression macro @KWIML@_ABI_NO_VERIFY
 #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."