Skip to content

Commit bf4f0d1

Browse files
r-a-sattarovsago007
authored andcommitted
E2K: added initial support for MCST Elbrus CPU
1 parent 142e4d3 commit bf4f0d1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

code/qcommon/q_platform.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
213213
#define ARCH_STRING "mips"
214214
#elif defined __sh__
215215
#define ARCH_STRING "sh"
216+
#elif defined __e2k__
217+
#define ARCH_STRING "e2k"
216218
#endif
217219

218220
#if __FLOAT_WORD_ORDER == __BIG_ENDIAN

0 commit comments

Comments
 (0)