We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3101c09 commit 8dd0e91Copy full SHA for 8dd0e91
Makefile
@@ -827,6 +827,9 @@ else
827
ifeq ($(findstring s390,$(UNAME_M)),s390)
828
DESTCPU ?= s390
829
else
830
+ifeq ($(findstring arm64,$(UNAME_M)),arm64)
831
+DESTCPU ?= arm64
832
+else
833
ifeq ($(findstring arm,$(UNAME_M)),arm)
834
DESTCPU ?= arm
835
@@ -850,6 +853,7 @@ endif
850
853
endif
851
854
852
855
856
+endif
857
ifeq ($(DESTCPU),x64)
858
ARCH=x64
859
0 commit comments