Skip to content

Commit 4979202

Browse files
author
mars
committed
updated to gcc arm q3
1 parent 70dad26 commit 4979202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
DSPLIB=Libraries/CMSIS/DSP_Lib/Source
33

44
# Tool path
5-
TOOLROOT=Tools/gcc-arm-none-eabi-4_9-2015q2/bin
5+
TOOLROOT ?= Tools/gcc-arm-none-eabi-4_9-2015q3/bin
66

7-
CMSIS=Libraries/CMSIS/Include/
7+
CMSIS ?= Libraries/CMSIS/Include/
88

99
# Tools
1010
CC=$(TOOLROOT)/arm-none-eabi-gcc

0 commit comments

Comments
 (0)