fixing my goofy CROSS_COMPILE fix
This commit is contained in:
parent
a53a26be70
commit
181ecf4a9b
|
@ -53,7 +53,7 @@ include $(TOP)/supervisor/supervisor.mk
|
|||
# Include make rules and variables common across CircuitPython builds.
|
||||
include $(TOP)/py/circuitpy_defns.mk
|
||||
|
||||
CROSS_COMPILE = ~/opt/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-
|
||||
CROSS_COMPILE = arm-none-eabi-
|
||||
|
||||
HAL_DIR=hal/$(MCU_SERIES)
|
||||
|
||||
|
|
Loading…
Reference in New Issue