Skip to content

Commit

Permalink
Makefile: Go/Protoc don't support arm64 big endian
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlr committed Feb 14, 2018
1 parent 3326520 commit bd2ca31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ ifeq (x86_64,$(ARCH))
PROTOC_ARCH := x86_64
else ifneq ($(filter i386 i686,$(ARCH)),)
PROTOC_ARCH := x86_32
else ifneq ($(filter aarch64 aarch64_be armv8b armv8l,$(ARCH)),)
else ifneq ($(filter aarch64 armv8l,$(ARCH)),)
PROTOC_ARCH := aarch_64
endif
ifdef PROTOC_ARCH
Expand Down

0 comments on commit bd2ca31

Please sign in to comment.