Skip to content

Commit 181ecf4

Browse files
committed
fixing my goofy CROSS_COMPILE fix
1 parent a53a26b commit 181ecf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/atmel-samd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ include $(TOP)/supervisor/supervisor.mk
5353
# Include make rules and variables common across CircuitPython builds.
5454
include $(TOP)/py/circuitpy_defns.mk
5555

56-
CROSS_COMPILE = ~/opt/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-
56+
CROSS_COMPILE = arm-none-eabi-
5757

5858
HAL_DIR=hal/$(MCU_SERIES)
5959

0 commit comments

Comments
 (0)