From 26616314f840bd959e0229bfcf570354ef0c4715 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 22 Mar 2019 18:20:49 +0300 Subject: [PATCH] engine: add initial support for MCST Elbrus --- engine/common/build.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/common/build.c b/engine/common/build.c index c1b1ec407..c151eaf3f 100644 --- a/engine/common/build.c +++ b/engine/common/build.c @@ -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