mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
ports: Allow overriding CROSS_COMPILE in a custom makefile.
Many ports already allow overriding CROSS_COMPILE. This modifies the remaining ports to allow it as well.
This commit is contained in:
committed by
Damien George
parent
d56bc6e03d
commit
e79424d672
@@ -39,7 +39,7 @@ PORT ?= /dev/ttyACM0
|
||||
BAUD ?= 115200
|
||||
FLASH_MODE ?= qio
|
||||
FLASH_SIZE ?= detect
|
||||
CROSS_COMPILE = xtensa-lx106-elf-
|
||||
CROSS_COMPILE ?= xtensa-lx106-elf-
|
||||
ESP_SDK = $(shell $(CC) -print-sysroot)/usr
|
||||
|
||||
INC += -I.
|
||||
|
||||
Reference in New Issue
Block a user