From: Bruce Rogers Date: Mon, 26 Aug 2019 19:28:57 +0000 (-0600) Subject: enable cross compilation on ARM X-Git-Tag: upstream/4.2.1~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15976e968fa1b4aa56c456a2536175607600ba9a;p=tools%2Fqemu-arm-static.git enable cross compilation on ARM Signed-off-by: Bruce Rogers --- diff --git a/roms/seabios/Makefile b/roms/seabios/Makefile index ca8d02839..d807c558e 100644 --- a/roms/seabios/Makefile +++ b/roms/seabios/Makefile @@ -13,7 +13,7 @@ export CONFIG_SHELL := sh export KCONFIG_AUTOHEADER := autoconf.h export KCONFIG_CONFIG := $(CURDIR)/.config export LC_ALL := C -CROSS_PREFIX= +CROSS_PREFIX=$(CROSS_COMPILE) ifneq ($(CROSS_PREFIX),) CC=$(CROSS_PREFIX)gcc endif