powerpc: Set better default compiler.
Most developers use a compiler which is called powerpc64le-linux-gnu-gcc.
This commit is contained in:
parent
25bc42e754
commit
b65482ffa8
|
@ -9,7 +9,7 @@ include $(TOP)/py/py.mk
|
||||||
ARCH = $(shell uname -m)
|
ARCH = $(shell uname -m)
|
||||||
ifneq ("$(ARCH)", "ppc64")
|
ifneq ("$(ARCH)", "ppc64")
|
||||||
ifneq ("$(ARCH)", "ppc64le")
|
ifneq ("$(ARCH)", "ppc64le")
|
||||||
CROSS_COMPILE ?= powerpc64le-linux-
|
CROSS_COMPILE ?= powerpc64le-linux-gnu-
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue