diff --git a/srcpkgs/qemu/patches/xxx-ppcle.patch b/srcpkgs/qemu/patches/xxx-ppcle.patch index 81bdcee34d3..d382a4f8ce4 100644 --- a/srcpkgs/qemu/patches/xxx-ppcle.patch +++ b/srcpkgs/qemu/patches/xxx-ppcle.patch @@ -4,13 +4,13 @@ Date: Sun, 7 Mar 2021 01:47:42 +0100 Subject: [PATCH] support ppcle architecture --- - configure | 14 ++++++++++++-- - default-configs/targets/ppcle-linux-user.mak | 4 ++++ - linux-user/ppc/target_syscall.h | 4 ++++ - scripts/qemu-binfmt-conf.sh | 6 +++++- - tests/tcg/configure.sh | 2 ++ + configure | 14 ++++++++++++-- + configs/targets/ppcle-linux-user.mak | 4 ++++ + linux-user/ppc/target_syscall.h | 4 ++++ + scripts/qemu-binfmt-conf.sh | 6 +++++- + tests/tcg/configure.sh | 2 ++ 5 files changed, 27 insertions(+), 3 deletions(-) - create mode 100644 default-configs/targets/ppcle-linux-user.mak + create mode 100644 configs/targets/ppcle-linux-user.mak diff --git a/configure b/configure index 18c26e0..03d3e18 100755 @@ -58,11 +58,11 @@ index 18c26e0..03d3e18 100755 ppc64le) echo "cpu_family = 'ppc64'" >> $cross ;; -diff --git a/default-configs/targets/ppcle-linux-user.mak b/default-configs/targets/ppcle-linux-user.mak +diff --git a/configs/targets/ppcle-linux-user.mak b/configs/targets/ppcle-linux-user.mak new file mode 100644 index 0000000..2259243 --- /dev/null -+++ b/default-configs/targets/ppcle-linux-user.mak ++++ b/configs/targets/ppcle-linux-user.mak @@ -0,0 +1,4 @@ +TARGET_ARCH=ppc +TARGET_SYSTBL_ABI=common,nospu,32 diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template index fed2997e8dc..186609607a7 100644 --- a/srcpkgs/qemu/template +++ b/srcpkgs/qemu/template @@ -2,7 +2,7 @@ # This package should be updated together with qemu-user-static pkgname=qemu version=6.1.0 -revision=1 +revision=2 build_style=configure hostmakedepends="gettext pkg-config perl python3 automake libtool flex python3-Sphinx python3-sphinx_rtd_theme texinfo ninja"