diff options
| author | David Lechner | 2019-12-18 12:26:55 -0600 |
|---|---|---|
| committer | Damien George | 2019-12-19 17:59:32 +1100 |
| commit | 882533ad9221d4a69c5523b8d04c08970d6c1988 (patch) | |
| tree | eb051fc8be0fcf279b721a5f752d2d9b537868a1 /ports/qemu-arm | |
| parent | fd0ba7be0775fe804bc6c20f538d722705b8ea4a (diff) | |
qemu-arm/Makefile: Allow overriding CROSS_COMPILE from another makefile.
Diffstat (limited to 'ports/qemu-arm')
| -rw-r--r-- | ports/qemu-arm/Makefile | 2 |
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) |
