From: Andrew Savchenko Date: Thu, 10 Oct 2019 13:20:12 +0000 (+0300) Subject: Add support for the Elbrus architecture X-Git-Tag: v1.10.2^2~96^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F50%2Fhead;p=thirdparty%2Ffreeswitch.git Add support for the Elbrus architecture The Elbrus architecture (aka E2K, aka 2000) is LE. Signed-off-by: Andrew Savchenko --- diff --git a/libs/libzrtp/include/zrtp_config.h b/libs/libzrtp/include/zrtp_config.h index b4631c2007..dbfad31f7d 100644 --- a/libs/libzrtp/include/zrtp_config.h +++ b/libs/libzrtp/include/zrtp_config.h @@ -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