Merge pull request #50 from bircoph/master

Add support for the Elbrus architecture
This commit is contained in:
Andrey Volk
2019-10-13 00:41:51 +04:00
committed by GitHub
+6
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