mirror of
https://github.com/rfivet/stm32bringup.git
synced 2024-11-16 09:36:01 -05:00
Update Linux toolchain to 10.3-2021.10.
This commit is contained in:
parent
aa08767eec
commit
e9007946af
3
Makefile
3
Makefile
@ -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)))
|
||||||
|
Loading…
Reference in New Issue
Block a user