Enable RV64

This commit is contained in:
Adam Ierymenko 2020-09-30 21:17:04 -04:00
parent d7e5a92fe6
commit d82b3684ac

View File

@ -233,6 +233,9 @@ endif
ifeq ($(CC_MACH),s390x)
ZT_ARCHITECTURE=16
endif
ifeq ($(CC_MACH),riscv64)
ZT_ARCHITECTURE=0
endif
# Fail if system architecture could not be determined
ifeq ($(ZT_ARCHITECTURE),999)