Skip to content

Commit

Permalink
engine: add initial support for MCST Elbrus
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Mar 22, 2019
1 parent 1483b21 commit 2661631
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/common/build.c
Expand Up @@ -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
Expand Down

0 comments on commit 2661631

Please sign in to comment.