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
@@ -7,7 +7,7 @@ QSTR_DEFS = qstrdefsport.h
|
||||
include $(TOP)/py/py.mk
|
||||
|
||||
XC16 = /opt/microchip/xc16/v1.35
|
||||
CROSS_COMPILE = $(XC16)/bin/xc16-
|
||||
CROSS_COMPILE ?= $(XC16)/bin/xc16-
|
||||
|
||||
PARTFAMILY = dsPIC33F
|
||||
PART = 33FJ256GP506
|
||||
|
||||
Reference in New Issue
Block a user