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.
1 parent 6dd0504 commit 905db8fCopy full SHA for 905db8f
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