Merge pull request #50 from bircoph/master
Add support for the Elbrus architecture
This commit is contained in:
commit
c96479bfd6
|
@ -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