Skip to content

Commit b2de5a9

Browse files
committed
fixing my goofy gcc-arm local stuff
1 parent 10675bb commit b2de5a9

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)