mirror of
https://github.com/reactos/CMake.git
synced 2025-02-04 02:47:29 +00:00
Merge topic 'update-KWIML'
2ce3278 Merge branch 'upstream-kwiml' into update-KWIML 3491652 KWIML: Teach ABI.h about Aarch64
This commit is contained in:
commit
62078eacd0
@ -418,6 +418,14 @@ suppression macro @KWIML@_ABI_NO_VERIFY was defined.
|
||||
#elif defined(__vax__)
|
||||
# define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG
|
||||
|
||||
/* Aarch64 */
|
||||
#elif defined(__aarch64__)
|
||||
# if !defined(__AARCH64EB__)
|
||||
# define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_LITTLE
|
||||
# else
|
||||
# define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG
|
||||
# endif
|
||||
|
||||
/* Unknown CPU */
|
||||
#elif !defined(@KWIML@_ABI_NO_ERROR_ENDIAN)
|
||||
# error "Byte order of target CPU unknown."
|
||||
|
Loading…
x
Reference in New Issue
Block a user