aboutsummaryrefslogtreecommitdiff
path: root/ports/qemu-arm
diff options
context:
space:
mode:
authorDavid Lechner2019-12-18 12:26:55 -0600
committerDamien George2019-12-19 17:59:32 +1100
commit882533ad9221d4a69c5523b8d04c08970d6c1988 (patch)
treeeb051fc8be0fcf279b721a5f752d2d9b537868a1 /ports/qemu-arm
parentfd0ba7be0775fe804bc6c20f538d722705b8ea4a (diff)
qemu-arm/Makefile: Allow overriding CROSS_COMPILE from another makefile.
Diffstat (limited to 'ports/qemu-arm')
-rw-r--r--ports/qemu-arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/qemu-arm/Makefile b/ports/qemu-arm/Makefile
index 4f12173c3..cb7dcb021 100644
--- a/ports/qemu-arm/Makefile
+++ b/ports/qemu-arm/Makefile
@@ -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)