summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
15c4dc5)
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.
# (The including Makefile still needs to define what 'all' is)
all:
# (The including Makefile still needs to define what 'all' is)
all:
CC = $(CROSS)gcc
AS = $(CROSS)as
LD = $(CROSS)ld
CC = $(CROSS)gcc
AS = $(CROSS)as
LD = $(CROSS)ld