diff --git a/common/Makefile.common b/common/Makefile.common index 0d0e2e823..e29347929 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-eabi- +CROSS ?= arm-eabi- CC = $(CROSS)gcc AS = $(CROSS)as LD = $(CROSS)ld