E2K: added initial support for MCST Elbrus CPU

This commit is contained in:
r-a-sattarov 2019-08-10 18:57:44 +03:00
parent 435637606d
commit dfa1fc3db7

View file

@ -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