qemu: fix ppcle user target going missing
Originally broken by 812b31d3f9
This commit is contained in:
parent
8aca82d401
commit
eb46199f92
2 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue