KWIML: Teach ABI.h that VAX is big endian

This commit is contained in:
Thomas Klausner 2012-10-25 07:51:53 -04:00 committed by Brad King
parent ec1d352485
commit 415623581d
1 changed files with 4 additions and 0 deletions

View File

@ -414,6 +414,10 @@ suppression macro @KWIML@_ABI_NO_VERIFY was defined.
#elif defined(__SYSC_ZARCH__) #elif defined(__SYSC_ZARCH__)
# define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG # 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 */ /* Unknown CPU */
#elif !defined(@KWIML@_ABI_NO_ERROR_ENDIAN) #elif !defined(@KWIML@_ABI_NO_ERROR_ENDIAN)
# error "Byte order of target CPU unknown." # error "Byte order of target CPU unknown."