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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user