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
parent 792a806ecd
commit 551d069ed3
5 changed files with 10 additions and 10 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