Switch compiler to arm-eabi instead of arm-elf

Non-EABI has been deprecated for a while and in fact won't build
with interworking support these days. Configuring the latest
gcc/binutils for arm-eabi works out of the box, so use that.
This commit is contained in:
marcansoft 2010-02-20 21:28:29 +00:00
parent 15c4dc5ace
commit 272e55ca64

View file

@ -9,7 +9,7 @@
# (The including Makefile still needs to define what 'all' is)
all:
CROSS = arm-elf-
CROSS = arm-eabi-
CC = $(CROSS)gcc
AS = $(CROSS)as
LD = $(CROSS)ld