From 73ecb28f15a4c92562573efa1a701043b4a826ac Mon Sep 17 00:00:00 2001 From: Christoffer Dall Date: Fri, 5 Apr 2013 01:23:14 +0100 Subject: Allow CROSS_COMPILE override on the make command line Signed-off-by: Christoffer Dall Signed-off-by: Catalin Marinas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c80d84e..38595a3 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ CHOSEN_NODE := chosen { \ }; endif -CROSS_COMPILE := aarch64-none-linux-gnu- +CROSS_COMPILE ?= aarch64-none-linux-gnu- CC := $(CROSS_COMPILE)gcc LD := $(CROSS_COMPILE)ld DTC := $(if $(wildcard ./dtc), ./dtc, $(shell which dtc)) -- cgit v1.2.3