From c062856a74bee13df6d41181dee8c920d405f409 Mon Sep 17 00:00:00 2001 From: marcansoft Date: Sat, 20 Feb 2010 21:32:09 +0000 Subject: [PATCH] But let people override CROSS if they reall want to ;) --- common/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile.common b/common/Makefile.common index 0d0e2e82..e2934792 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 -- 2.39.2