]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add m32c*-*-* to the list of obsolete targets
authorIain Buclaw <ibuclaw@gdcproject.org>
Fri, 25 Apr 2025 17:45:07 +0000 (19:45 +0200)
committerIain Buclaw <ibuclaw@gdcproject.org>
Sat, 26 Apr 2025 09:07:09 +0000 (11:07 +0200)
This patch marks m32c*-*-* targets obsolete in GCC 16.  The target has
not had a maintainer since GCC 9, and fails to compile even the
simplest of functions since GCC 8 (reported in PR83670).

contrib/ChangeLog:

* config-list.mk: Add m32c*-*-* to the list of obsoleted targets.

gcc/ChangeLog:

* config.gcc (LIST): --enable-obsolete for m32c-elf.

contrib/config-list.mk
gcc/config.gcc

index fc9fc9902bffc1b969e2910b83579f1969541e47..58bb4c5c186b8e0c1e27be43afb7554864ea3d8c 100644 (file)
@@ -65,7 +65,7 @@ LIST = \
   ia64-hp-vmsOPT-enable-obsolete iq2000-elf lm32-elf \
   lm32-rtems lm32-uclinux \
   loongarch64-linux-gnuf64 loongarch64-linux-gnuf32 loongarch64-linux-gnusf \
-  m32c-elf m32r-elf m32rle-elf \
+  m32c-elfOPT-enable-obsolete m32r-elf m32rle-elf \
   m68k-elf m68k-netbsdelf \
   m68k-uclinux m68k-linux m68k-rtems \
   mcore-elf microblaze-linux microblaze-elf \
index d98df883fce534df190c2fee1fd8265ba625bb32..6dbe880c9d45369a0128d79f5fa30ca07faf9532 100644 (file)
@@ -273,6 +273,7 @@ esac
 # Obsolete configurations.
 case ${target} in
      ia64*-*-hpux* | ia64*-*-*vms* | ia64*-*-elf*      \
+   | m32c*-*-*                                         \
  )
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration ${target} is obsolete." >&2