mirror of
https://github.com/micropython/micropython.git
synced 2025-12-15 17:30:14 +01:00
powerpc: Set better default compiler.
Most developers use a compiler which is called powerpc64le-linux-gnu-gcc.
This commit is contained in:
committed by
Damien George
parent
25bc42e754
commit
b65482ffa8
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user