build: support armv81 arch in Makefile
This commit is contained in:
parent
974337f4ab
commit
6f6c72bb0c
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -44,6 +44,8 @@ ifeq ($(UNAME_S),Linux)
|
|||
ARCH=amd64
|
||||
else ifeq ($(UNAME_M),aarch64)
|
||||
ARCH=arm64
|
||||
else ifeq ($(UNAME_M),armv81)
|
||||
ARCH=arm64
|
||||
else ifeq ($(UNAME_M),loongarch64)
|
||||
ARCH=loong64
|
||||
else ifeq ($(UNAME_M),riscv64)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue