Skip to content

Commit

Permalink
Merge pull request #29 from plaes/toolchain-override
Browse files Browse the repository at this point in the history
Make it possible to override GCC_PREFIX via environment variable
  • Loading branch information
Zachary Crockett committed Oct 21, 2014
2 parents 6dd0504 + 905db8f commit d824a68
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 d824a68

Please sign in to comment.