Add support for the Elbrus architecture
The Elbrus architecture (aka E2K, aka 2000) is LE. Signed-off-by: Andrew Savchenko <bircoph@altlinux.org>
This commit is contained in:
parent
6f8d65c348
commit
c4ec06dc23
|
@ -119,6 +119,12 @@
|
|||
*/
|
||||
#define ZRTP_BYTE_ORDER ZBO_LITTLE_ENDIAN
|
||||
|
||||
#elif defined(__e2k__)
|
||||
/*
|
||||
* Elbrus, little endian
|
||||
*/
|
||||
#define ZRTP_BYTE_ORDER ZBO_LITTLE_ENDIAN
|
||||
|
||||
#endif /* Automatic byte order detection */
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue