Files
epd42/components/toolchain/gcc/Makefile.windows
Shuanglei Tao f353d23368 Initial commit
2024-11-11 15:35:36 +08:00

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