Skip to content

Commit

Permalink
powerpc: Set better default compiler.
Browse files Browse the repository at this point in the history
Most developers use a compiler which is called powerpc64le-linux-gnu-gcc.
  • Loading branch information
shenki authored and dpgeorge committed May 27, 2020
1 parent 25bc42e commit b65482f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/powerpc/Makefile
Expand Up @@ -9,7 +9,7 @@ include $(TOP)/py/py.mk
ARCH = $(shell uname -m)
ifneq ("$(ARCH)", "ppc64")
ifneq ("$(ARCH)", "ppc64le")
CROSS_COMPILE ?= powerpc64le-linux-
CROSS_COMPILE ?= powerpc64le-linux-gnu-
endif
endif

Expand Down

0 comments on commit b65482f

Please sign in to comment.