We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c97cf commit 7aa1ff8Copy full SHA for 7aa1ff8
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