Skip to content

Commit f9521bb

Browse files
committed
Updated faulty gcc path
Signed-off-by: Nico Maas <[email protected]>
1 parent 142814a commit f9521bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootloaders/zero/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ else
4545
endif
4646
endif
4747

48-
ARM_GCC_PATH?=$(MODULE_PATH)/tools/arm-none-eabi-gcc/4.8.3-2014q1/bin/arm-none-eabi-
48+
ARM_GCC_PATH?=$(MODULE_PATH)/tools/arm-none-eabi-gcc/7-2017q4/bin/arm-none-eabi-
4949
BUILD_PATH=build
5050

5151
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)