mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-30 14:10:11 +01:00
engine: add initial support for MCST Elbrus
This commit is contained in:
parent
1483b21f00
commit
26616314f8
@ -111,6 +111,8 @@ const char *Q_buildarch( void )
|
|||||||
archname = "mips";
|
archname = "mips";
|
||||||
#elif defined __EMSCRIPTEN__
|
#elif defined __EMSCRIPTEN__
|
||||||
archname = "javascript";
|
archname = "javascript";
|
||||||
|
#elif defined __e2k__
|
||||||
|
archname = "elbrus";
|
||||||
#else
|
#else
|
||||||
#error "Place your architecture name here! If this is a mistake, try to fix conditions above and report a bug"
|
#error "Place your architecture name here! If this is a mistake, try to fix conditions above and report a bug"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user