Skip to content

Commit

Permalink
support build from source on risc64
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsheldon committed Jan 27, 2025
1 parent 0f1bfe9 commit f6cbbce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ else ifeq ($(shell echo $(LOCAL_ARCH) | head -c 4),armv)
TARGET_ARCH ?= arm
else ifeq ($(LOCAL_ARCH),s390x)
TARGET_ARCH ?= s390x
else ifeq ($(LOCAL_ARCH),riscv64)
TARGET_ARCH ?= riscv64
else
$(error This system's architecture $(LOCAL_ARCH) isn't supported)
endif
Expand Down

0 comments on commit f6cbbce

Please sign in to comment.