swich to official arm toolchain finished

This commit is contained in:
tkl
2016-08-18 11:57:20 +02:00
parent f2bfac4795
commit cd8d657f1b
3 changed files with 10 additions and 19 deletions

View File

@@ -9,8 +9,8 @@ endif
CROSS_COMPILE ?= arm-none-eabi-
INCLUDES += \
/opt/arm-2011.09/arm-none-eabi/include \
/opt/arm-2011.09/lib/gcc/arm-none-eabi/4.6.1/include
/opt/gcc-arm-none-eabi-5_4-2016q2/arm-none-eabi/include \
/opt/gcc-arm-none-eabi-5_4-2016q2/lib/gcc/arm-none-eabi/5.4.1/include
GEN_FLAGS += \
-mcpu=cortex-m4 \