]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Mark epiphany and rl78 as obsolete targets
authorAndrew Pinski <andrew.pinski@oss.qualcomm.com>
Wed, 13 Aug 2025 17:48:15 +0000 (17:48 +0000)
committerAndrew Pinski <andrew.pinski@oss.qualcomm.com>
Wed, 13 Aug 2025 20:07:42 +0000 (20:07 +0000)
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>
gcc/config.gcc

index 0d8dbc4fb199de2c7e61805ad789fa260912fcbb..55e171816dcafe0974279dc211dc9ef156852fe0 100644 (file)
@@ -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