Skip to content

Commit 905db8f

Browse files
committed
Make it possible to override GCC_PREFIX via environment variable
1 parent 6dd0504 commit 905db8f

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)