diff --git a/common/Makefile.common b/common/Makefile.common index c1193f9aa..0d0e2e823 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -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