|
|
| File: [cvs.NetBSD.org] / pkgsrc / devel / cmake / patches / patch-Utilities_KWIML_ABI.h.in (download)
Revision 1.3, Wed Oct 24 22:42:16 2012 UTC (6 months, 4 weeks ago) by wiz
Add upstream bug report URL. |
$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."