From dfa1fc3db76fa8a8ea0e68ca7359daa496b5448a Mon Sep 17 00:00:00 2001 From: r-a-sattarov Date: Sat, 10 Aug 2019 18:57:44 +0300 Subject: [PATCH] E2K: added initial support for MCST Elbrus CPU --- neo/idlib/sys/sys_defines.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neo/idlib/sys/sys_defines.h b/neo/idlib/sys/sys_defines.h index 8196dc4b..58af3e2d 100644 --- a/neo/idlib/sys/sys_defines.h +++ b/neo/idlib/sys/sys_defines.h @@ -109,6 +109,8 @@ If you have questions concerning this license or the applicable additional terms #define CPUSTRING "x86" #elif defined(__x86_64__) #define CPUSTRING "x86_64" +#elif defined(__e2k__) +#define CPUSTRING "e2k" #else #error unknown CPU #endif