summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbiao716.wang <biao716.wang@samsung.com>2021-11-30 10:14:12 +0900
committerbiao716.wang <biao716.wang@samsung.com>2021-11-30 10:14:53 +0900
commit37e0be71ba9068ee14537c18ef9b913f13460cea (patch)
treeb92192a18d39e2c19c4b7219df6807acf75442df
parent004ec71a416656c5e229020b1dc19e46eef7dc4f (diff)
downloadqemu-37e0be71ba9068ee14537c18ef9b913f13460cea.tar.gz
qemu-37e0be71ba9068ee14537c18ef9b913f13460cea.tar.bz2
qemu-37e0be71ba9068ee14537c18ef9b913f13460cea.zip
revert the patch from openSUSE15.3 qemu roms-Makefile-add-cross-file-to-qboot-me.patch
%ifarch aarch64 %patch00079 -p1 %endif if arch is aarch64, then will applay this patch Change-Id: I0dc17a8545f9899aaa797eb3dc485c262d6dc2d4 Signed-off-by: biao716.wang <biao716.wang@samsung.com>
-rw-r--r--roms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/roms/Makefile b/roms/Makefile
index 2db995dab..a91ffad54 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -199,7 +199,7 @@ MESON = meson
NINJA = ninja
qboot:
mkdir -p qboot/build
- $(MESON) setup --cross-file qboot/cross.ini $(if $(wildcard qboot/build/meson-private),--wipe,) qboot qboot/build
+ $(MESON) setup $(if $(wildcard qboot/build/meson-private),--wipe,) qboot qboot/build
$(NINJA) -C qboot/build
cp qboot/build/bios.bin ../pc-bios/qboot.rom