Skip to content

Commit

Permalink
Make it possible to override GCC_PREFIX via environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
plaes committed Oct 16, 2014
1 parent 6dd0504 commit 905db8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Define the compiler/tools prefix
GCC_PREFIX = arm-none-eabi-
GCC_PREFIX ?= arm-none-eabi-

# Define tools
CC = $(GCC_PREFIX)gcc
Expand Down

0 comments on commit 905db8f

Please sign in to comment.