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:
Andrew Savchenko 2019-10-10 16:20:12 +03:00
parent 6f8d65c348
commit c4ec06dc23
No known key found for this signature in database
GPG Key ID: F6535A33BA1EE48D
1 changed files with 6 additions and 0 deletions

View File

@ -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