mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-15 07:00:58 +00:00
E2K: added initial support for MCST Elbrus CPU
This commit is contained in:
parent
435637606d
commit
dfa1fc3db7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue