update to latest compiler
This commit is contained in:
parent
3cfa401653
commit
4ca445c9f5
2
Makefile
2
Makefile
@ -53,7 +53,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
PROGFILES = C:/Program Files (x86)
|
PROGFILES = C:/Program Files (x86)
|
||||||
GNU_INSTALL_ROOT = $(PROGFILES)/GNU Tools ARM Embedded/6 2017-q2-update
|
GNU_INSTALL_ROOT = $(PROGFILES)/GNU Tools ARM Embedded/7 2018-q2-update
|
||||||
else
|
else
|
||||||
GNU_INSTALL_ROOT = /usr
|
GNU_INSTALL_ROOT = /usr
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user