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