summaryrefslogtreecommitdiff
path: root/configs/targets
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2022-01-12 11:27:22 +0000
committerAlex Bennée <alex.bennee@linaro.org>2022-02-09 13:29:38 +0000
commit74154d7e4a9a693313ad7639a92ff443c6258741 (patch)
tree384e6dc4aab755973996dc15bb4fba850a09ed71 /configs/targets
parent6f15c076dae07c2438eb488d71fa332e2b8d0963 (diff)
linux-user: Remove the deprecated ppc64abi32 target
It's likely broken, and nobody cared for picking it up again during the deprecation phase, so let's remove this now. Since this is the last entry in deprecated_targets_list, remove the related code in the configure script, too. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Cédric Le Goater <clg@kaod.org> Acked-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20211215084958.185214-1-thuth@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20220112112722.3641051-32-alex.bennee@linaro.org>
Diffstat (limited to 'configs/targets')
-rw-r--r--configs/targets/ppc64abi32-linux-user.mak8
1 files changed, 0 insertions, 8 deletions
diff --git a/configs/targets/ppc64abi32-linux-user.mak b/configs/targets/ppc64abi32-linux-user.mak
deleted file mode 100644
index 0945451081..0000000000
--- a/configs/targets/ppc64abi32-linux-user.mak
+++ /dev/null
@@ -1,8 +0,0 @@
-TARGET_ARCH=ppc64
-TARGET_ABI32=y
-TARGET_BASE_ARCH=ppc
-TARGET_ABI_DIR=ppc
-TARGET_SYSTBL_ABI=common,nospu,32
-TARGET_SYSTBL=syscall.tbl
-TARGET_WORDS_BIGENDIAN=y
-TARGET_XML_FILES= gdb-xml/power64-core.xml gdb-xml/power-fpu.xml gdb-xml/power-altivec.xml gdb-xml/power-spe.xml gdb-xml/power-vsx.xml