[+] add e2k64 arch (#1890)

This commit is contained in:
Roman Peshkichev 2023-03-07 14:25:08 +07:00 committed by GitHub
parent a1af94f4e9
commit eedf270127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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