Merge topic 'update-kwiml'
67940795
Merge branch 'upstream-kwiml' into update-kwimlded79a97
KWIML: Teach ABI.h about Xtensa architecture
This commit is contained in:
commit
ac7d8684c5
|
@ -432,6 +432,12 @@ suppression macro @KWIML@_ABI_NO_VERIFY was defined.
|
|||
# define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG
|
||||
# endif
|
||||
|
||||
/* Xtensa */
|
||||
#elif defined(__XTENSA_EB__)
|
||||
# define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG
|
||||
#elif defined(__XTENSA_EL__)
|
||||
# define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_LITTLE
|
||||
|
||||
/* Unknown CPU */
|
||||
#elif !defined(@KWIML@_ABI_NO_ERROR_ENDIAN)
|
||||
# error "Byte order of target CPU unknown."
|
||||
|
|
Loading…
Reference in New Issue