qemu-arm/Makefile: Allow overriding CROSS_COMPILE from another makefile.

pull/1/head
David Lechner 2019-12-18 12:26:55 -06:00 committed by Damien George
parent fd0ba7be07
commit 882533ad92
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ LDSCRIPT = mps2.ld
SRC_BOARD_O = lib/utils/gchelper_m3.o
endif
CROSS_COMPILE = arm-none-eabi-
CROSS_COMPILE ?= arm-none-eabi-
INC += -I.
INC += -I$(TOP)