mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-27 07:01:36 +00:00
macros.h: added e2k detection
Elbrus 2000 is a little-endian architecture. Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
40544912ab
commit
ed8f30d421
@ -404,7 +404,8 @@
|
||||
# if defined(__LITTLE_ENDIAN__) || defined(__ARMEL__) \
|
||||
|| defined(__THUMBEL__) || defined(__AARCH64EL__) \
|
||||
|| defined(_MIPSEL) || defined(__MIPSEL) || defined(__MIPSEL__) \
|
||||
|| defined(__amd64__) || defined(__x86_64__) || defined(__i386__)
|
||||
|| defined(__amd64__) || defined(__x86_64__) || defined(__i386__) \
|
||||
|| defined(__e2k__)
|
||||
# define SPICE_ENDIAN SPICE_ENDIAN_LITTLE
|
||||
# endif
|
||||
# if defined(__BIG_ENDIAN__) || defined(__ARMEB__) \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user