mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 17:22:21 +00:00
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
|
#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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user