mirror of
https://github.com/pengwon/epd42.git
synced 2026-03-29 11:19:44 +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
|
|
|