engine: add initial support for MCST Elbrus

This commit is contained in:
Alibek Omarov 2019-03-22 18:20:49 +03:00
parent 1483b21f00
commit 26616314f8
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@ const char *Q_buildarch( void )
archname = "mips";
#elif defined __EMSCRIPTEN__
archname = "javascript";
#elif defined __e2k__
archname = "elbrus";
#else
#error "Place your architecture name here! If this is a mistake, try to fix conditions above and report a bug"
#endif