We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dd0504 + 905db8f commit d824a68Copy full SHA for d824a68
build/makefile
@@ -1,6 +1,6 @@
1
2
# Define the compiler/tools prefix
3
-GCC_PREFIX = arm-none-eabi-
+GCC_PREFIX ?= arm-none-eabi-
4
5
# Define tools
6
CC = $(GCC_PREFIX)gcc
0 commit comments