aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pinski <andrew.pinski@oss.qualcomm.com>2025-08-13 17:48:15 +0000
committerAndrew Pinski <andrew.pinski@oss.qualcomm.com>2025-08-13 20:07:42 +0000
commit5fedaa2347939dcad24581608520067ec6560758 (patch)
treefe89faff3598ae712ce2d29d6e0ef3f8df67f6e8
parent5cf1b9a03ec5b617af8c50c1e9c0d223083fd7f2 (diff)
downloadgcc-5fedaa2347939dcad24581608520067ec6560758.zip
gcc-5fedaa2347939dcad24581608520067ec6560758.tar.gz
gcc-5fedaa2347939dcad24581608520067ec6560758.tar.bz2
Mark epiphany and rl78 as obsolete targets
rl78 still uses reload rather than LRA. epiphany still uses reload and causes ICEs during reload. Both don't have a maintainer. epiphany has been without one since 2024 (2023 email) while rl78 has been without one since 2018. gcc/ChangeLog: * config.gcc: Mark epiphany*-*-* and rl78*-*-* as obsolete targets. Signed-off-by: Andrew Pinski <andrew.pinski@oss.qualcomm.com>
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 0d8dbc4..55e1718 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -273,7 +273,7 @@ esac
# Obsolete configurations.
case ${target} in
ia64*-*-hpux* | ia64*-*-*vms* | ia64*-*-elf* \
- | m32c*-*-* \
+ | m32c*-*-* | epiphany*-*-* | rl78*-*-* \
)
if test "x$enable_obsolete" != xyes; then
echo "*** Configuration ${target} is obsolete." >&2