]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add nios2*-*-* to the list of obsolete targets
authorSandra Loosemore <sloosemore@baylibre.com>
Mon, 8 Apr 2024 14:36:08 +0000 (14:36 +0000)
committerSandra Loosemore <sloosemore@baylibre.com>
Thu, 18 Apr 2024 20:06:23 +0000 (20:06 +0000)
This patch marks the nios2*-*-* targets obsolete in GCC 14.  Intel has
EOL'ed this architecture and the maintainers no longer have access to
hardware for testing.  While the port is still in reasonably good
shape at this time, no further testing or updates are planned.

gcc/
* config.gcc: Add nios2*-*-* to the list of obsoleted targets.

contrib/
* config-list.mk (LIST): --enable-obsolete for nios2*-*-*.

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

index 16df66f0fc6bf0c1a10b10a95c1e3867c4b15fba..f282cd95c8d06219963bb56fa5ff4c6b6c662651 100644 (file)
@@ -78,7 +78,8 @@ LIST = \
   moxie-uclinux moxie-rtems \
   msp430-elf msp430-elfbare \
   nds32le-elf nds32be-elf \
-  nios2-elf nios2-linux-gnu nios2-rtems \
+  nios2-elfOPT-enable-obsolete nios2-linux-gnuOPT-enable-obsolete \
+  nios2-rtemsOPT-enable-obsolete \
   nvptx-none \
   or1k-elf or1k-linux-uclibc or1k-linux-musl or1k-rtems \
   pdp11-aout \
index 5df3c52f8e98be494f0c668b75ae0a0aa5ea901c..029ad1f1f081d962773e9eed7ecea8dbfcf2ba77 100644 (file)
@@ -274,6 +274,7 @@ esac
 case ${target}${target_min} in
     *-*-solaris2.11.[0-3]*             \
    | ia64*-*-*                         \
+   | nios2*-*-*                                \
  )
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration ${target}${target_min} is obsolete." >&2