diff --git a/Makefile b/Makefile index 1286a5e71..77d19cd46 100644 --- a/Makefile +++ b/Makefile @@ -221,6 +221,7 @@ INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \ MCU = cortex-m4 #TRGT = arm-elf- +#TRGT = /home/benjamin/Nextcloud/appimage/gcc-arm-none-eabi-7-2018-q2-update/bin/arm-none-eabi- TRGT = arm-none-eabi- CC = $(TRGT)gcc CPPC = $(TRGT)g++