Browse Source

engine: add initial support for MCST Elbrus

pull/2/head
Alibek Omarov 5 years ago
parent
commit
26616314f8
  1. 2
      engine/common/build.c

2
engine/common/build.c

@ -111,6 +111,8 @@ const char *Q_buildarch( void ) @@ -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

Loading…
Cancel
Save