Change default prefix in Makefiles to arm-none-eabi for compatability with summon toolchain out the box.

This commit is contained in:
Fergus Noble
2011-09-16 23:14:07 -07:00
committed by Stephen Caudle
parent 0565cb8378
commit 7133e79239
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
##
PREFIX ?= arm-none-eabi
#PREFIX ?= arm-elf
# PREFIX ?= arm-elf
CC = $(PREFIX)-gcc
LD = $(PREFIX)-gcc
OBJCOPY = $(PREFIX)-objcopy