Skip to content

Commit d824a68

Browse files
author
Zachary Crockett
committed
Merge pull request #29 from plaes/toolchain-override
Make it possible to override GCC_PREFIX via environment variable
2 parents 6dd0504 + 905db8f commit d824a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Define the compiler/tools prefix
3-
GCC_PREFIX = arm-none-eabi-
3+
GCC_PREFIX ?= arm-none-eabi-
44

55
# Define tools
66
CC = $(GCC_PREFIX)gcc

0 commit comments

Comments
 (0)