support build from source on risc64
This commit is contained in:
parent
0f1bfe99ce
commit
f6cbbce6f1
2
Makefile
2
Makefile
|
@ -78,6 +78,8 @@ else ifeq ($(shell echo $(LOCAL_ARCH) | head -c 4),armv)
|
||||||
TARGET_ARCH ?= arm
|
TARGET_ARCH ?= arm
|
||||||
else ifeq ($(LOCAL_ARCH),s390x)
|
else ifeq ($(LOCAL_ARCH),s390x)
|
||||||
TARGET_ARCH ?= s390x
|
TARGET_ARCH ?= s390x
|
||||||
|
else ifeq ($(LOCAL_ARCH),riscv64)
|
||||||
|
TARGET_ARCH ?= riscv64
|
||||||
else
|
else
|
||||||
$(error This system's architecture $(LOCAL_ARCH) isn't supported)
|
$(error This system's architecture $(LOCAL_ARCH) isn't supported)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue