Add support for the Elbrus architecture

The Elbrus architecture (aka E2K, aka 2000) is LE.
Signed-off-by: 's avatarAndrew Savchenko <bircoph@altlinux.org>
上级 6f8d65c3
...@@ -119,6 +119,12 @@ ...@@ -119,6 +119,12 @@
*/ */
#define ZRTP_BYTE_ORDER ZBO_LITTLE_ENDIAN #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 /* Automatic byte order detection */
#endif #endif
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论