summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Rogers <brogers@suse.com>2020-11-23 07:13:23 -0700
committerSoonKyu Park <sk7.park@samsung.com>2021-11-23 13:46:14 +0900
commit7a09488ee4b91f57efdbab4d9732531bce34a709 (patch)
treec60aef9045ffdb33e4949c570d8a1e232d451bde
parent3587abdd6140d861395d830634a4bcf35a4ec9e8 (diff)
downloadqemu-7a09488ee4b91f57efdbab4d9732531bce34a709.tar.gz
qemu-7a09488ee4b91f57efdbab4d9732531bce34a709.tar.bz2
qemu-7a09488ee4b91f57efdbab4d9732531bce34a709.zip
roms/Makefile: add --cross-file to qboot meson setup for aarch64
Include-If: %ifarch aarch64 We conditionally add a --cross-file reference so that we can do cross compilation of qboot from an aarch64 build. Signed-off-by: Bruce Rogers <brogers@suse.com>
-rw-r--r--roms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/roms/Makefile b/roms/Makefile
index a91ffad54..2db995dab 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -199,7 +199,7 @@ MESON = meson
NINJA = ninja
qboot:
mkdir -p qboot/build
- $(MESON) setup $(if $(wildcard qboot/build/meson-private),--wipe,) qboot qboot/build
+ $(MESON) setup --cross-file qboot/cross.ini $(if $(wildcard qboot/build/meson-private),--wipe,) qboot qboot/build
$(NINJA) -C qboot/build
cp qboot/build/bios.bin ../pc-bios/qboot.rom