From 2355dc58e7223420a97fad7c49f68e0ee94cfcff Mon Sep 17 00:00:00 2001 From: laokz Date: Fri, 28 Nov 2025 11:14:57 +0800 Subject: [PATCH] spec:riscv64: Disable static-pie as toolchain not supported --- qemu.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index f1a0b02..2e66419 100644 --- a/qemu.spec +++ b/qemu.spec @@ -3,7 +3,7 @@ Name: qemu Version: 8.2.0 -Release: 54 +Release: 55 Epoch: 11 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 @@ -1556,7 +1556,9 @@ cd static_builddir --prefix=%{_prefix} \ --enable-attr \ --enable-linux-user \ +%ifnarch riscv64 --enable-pie \ +%endif --enable-tcg \ --disable-install-blobs \ --target-list="$static_targets" \ @@ -1980,6 +1982,9 @@ getent passwd qemu >/dev/null || \ /bin/systemctl try-restart systemd-binfmt.service &>/dev/null || : %changelog +* Fri Nov 28 2025 laokz - 11:8.2.0-55 +- riscv64: Disable static-pie as toolchain not supported + * Thu Nov 27 2025 Pengrui Zhang - 11:8.2.0-54 - Add BuildRequires umdk-urma-devel ifarch aarch64 - system: add support of hugepage use on demand -- Gitee