We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6c97cf + 7aa1ff8 commit 7870275Copy full SHA for 7870275
1 file changed
Makefile.system
@@ -21,6 +21,8 @@ ifeq ($(ARCH), amd64)
21
override ARCH=x86_64
22
else ifeq ($(ARCH), powerpc64)
23
override ARCH=power
24
+else ifeq ($(ARCH), powerpc64le)
25
+override ARCH=power
26
else ifeq ($(ARCH), powerpc)
27
28
else ifeq ($(ARCH), i386)
0 commit comments