From 5fedaa2347939dcad24581608520067ec6560758 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Wed, 13 Aug 2025 17:48:15 +0000 Subject: 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 --- gcc/config.gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') 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 -- cgit v1.1