1
0
mirror of https://github.com/rfivet/stm32bringup.git synced 2024-06-15 20:25:24 +00:00

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

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-2019-q4-major
#REVDIR = gcc-arm-none-eabi-9-2020-q2-update #REVDIR = gcc-arm-none-eabi-9-2020-q2-update
#REVDIR = gcc-arm-none-eabi-10-2020-q4-major #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 else
DRIVE = d DRIVE = d
ifeq (cygwin, $(findstring cygwin, $(MAKE_HOST))) ifeq (cygwin, $(findstring cygwin, $(MAKE_HOST)))