Skip to content
Snippets Groups Projects
Commit e67cc750 authored by 做梦专业户's avatar 做梦专业户 Committed by Junegunn Choi
Browse files

Update Makefile to support armv8l (#1321)

parent 0edbcbdf
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,8 @@ else ifeq ($(UNAME_M),armv6l)
BINARY := $(BINARYARM6)
else ifeq ($(UNAME_M),armv7l)
BINARY := $(BINARYARM7)
else ifeq ($(UNAME_M),armv8l)
BINARY := $(BINARYARM8)
else
$(error "Build on $(UNAME_M) is not supported, yet.")
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment