kopia lustrzana https://github.com/Schildkroet/GRBL-Advanced
Update Makefile to GCC9
rodzic
b9002b1876
commit
71bcf175f8
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# Location of gcc-arm-none-eabi toolchain
|
# Location of gcc-arm-none-eabi toolchain
|
||||||
GCC_BASE = /opt/gcc-arm-none-eabi-8-2018-q4-major/bin
|
GCC_BASE = /opt/gcc-arm-none-eabi-9-2020-q2-update/bin
|
||||||
|
|
||||||
CC = ${GCC_BASE}/arm-none-eabi-gcc
|
CC = ${GCC_BASE}/arm-none-eabi-gcc
|
||||||
CXX = ${GCC_BASE}/arm-none-eabi-g++
|
CXX = ${GCC_BASE}/arm-none-eabi-g++
|
||||||
|
|
Ładowanie…
Reference in New Issue