Browse Source

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

pull/5450/head
David Lechner 5 years ago
committed by Damien George
parent
commit
882533ad92
  1. 2
      ports/qemu-arm/Makefile

2
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)

Loading…
Cancel
Save