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
|
Subject: [PATCH] support ppcle architecture
|
||||||
|
|
||||||
---
|
---
|
||||||
configure | 14 ++++++++++++--
|
configure | 14 ++++++++++++--
|
||||||
default-configs/targets/ppcle-linux-user.mak | 4 ++++
|
configs/targets/ppcle-linux-user.mak | 4 ++++
|
||||||
linux-user/ppc/target_syscall.h | 4 ++++
|
linux-user/ppc/target_syscall.h | 4 ++++
|
||||||
scripts/qemu-binfmt-conf.sh | 6 +++++-
|
scripts/qemu-binfmt-conf.sh | 6 +++++-
|
||||||
tests/tcg/configure.sh | 2 ++
|
tests/tcg/configure.sh | 2 ++
|
||||||
5 files changed, 27 insertions(+), 3 deletions(-)
|
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
|
diff --git a/configure b/configure
|
||||||
index 18c26e0..03d3e18 100755
|
index 18c26e0..03d3e18 100755
|
||||||
|
@ -58,11 +58,11 @@ index 18c26e0..03d3e18 100755
|
||||||
ppc64le)
|
ppc64le)
|
||||||
echo "cpu_family = 'ppc64'" >> $cross
|
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
|
new file mode 100644
|
||||||
index 0000000..2259243
|
index 0000000..2259243
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/default-configs/targets/ppcle-linux-user.mak
|
+++ b/configs/targets/ppcle-linux-user.mak
|
||||||
@@ -0,0 +1,4 @@
|
@@ -0,0 +1,4 @@
|
||||||
+TARGET_ARCH=ppc
|
+TARGET_ARCH=ppc
|
||||||
+TARGET_SYSTBL_ABI=common,nospu,32
|
+TARGET_SYSTBL_ABI=common,nospu,32
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# This package should be updated together with qemu-user-static
|
# This package should be updated together with qemu-user-static
|
||||||
pkgname=qemu
|
pkgname=qemu
|
||||||
version=6.1.0
|
version=6.1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
hostmakedepends="gettext pkg-config perl python3 automake libtool flex
|
hostmakedepends="gettext pkg-config perl python3 automake libtool flex
|
||||||
python3-Sphinx python3-sphinx_rtd_theme texinfo ninja"
|
python3-Sphinx python3-sphinx_rtd_theme texinfo ninja"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue