2
0
Эх сурвалжийг харах

Add lines to enable Elbrus (https://en.wikipedia.org/wiki/Elbrus-8S) microprocessor architecture. No changes in code, only in build procedure (recognise relevant ARCH output.

Gleb Panov 5 жил өмнө
parent
commit
d2db307bee
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      make-linux.mk

+ 3 - 0
make-linux.mk

@@ -146,6 +146,9 @@ endif
 ifeq ($(CC_MACH),ppc64el)
 	ZT_ARCHITECTURE=8
 endif
+ifeq ($(CC_MACH),e2k)
+	ZT_ARCHITECTURE=2
+endif
 ifeq ($(CC_MACH),i386)
 	ZT_ARCHITECTURE=1
 endif