Commit 882533ad authored by David Lechner's avatar David Lechner Committed by Damien George

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

parent fd0ba7be
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment