mirror of
https://github.com/tsl0922/EPD-nRF5.git
synced 2026-03-30 13:49:48 +08:00
11 lines
240 B
Makefile
11 lines
240 B
Makefile
ifeq ($(findstring 86, $(ProgramFiles)), )
|
|
PROGFILES := C:/Program Files
|
|
else
|
|
PROGFILES := C:/Program Files (x86)
|
|
endif
|
|
|
|
GNU_INSTALL_ROOT := $(PROGFILES)/GNU Tools ARM Embedded/4.9 2015q1
|
|
GNU_VERSION := 4.9.3
|
|
GNU_PREFIX := arm-none-eabi
|
|
|