Update Linux toolchain to 10.3-2021.10.

This commit is contained in:
Renaud 2022-01-31 10:24:30 +08:00
parent aa08767eec
commit e9007946af
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ ifeq (linux, $(findstring linux, $(MAKE_HOST)))
#REVDIR = gcc-arm-none-eabi-9-2019-q4-major
#REVDIR = gcc-arm-none-eabi-9-2020-q2-update
#REVDIR = gcc-arm-none-eabi-10-2020-q4-major
REVDIR = gcc-arm-none-eabi-10.3-2021.07
#REVDIR = gcc-arm-none-eabi-10.3-2021.07
REVDIR = gcc-arm-none-eabi-10.3-2021.10
else
DRIVE = d
ifeq (cygwin, $(findstring cygwin, $(MAKE_HOST)))