aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorSandra Loosemore <sloosemore@baylibre.com>2024-04-08 14:36:08 +0000
committerSandra Loosemore <sloosemore@baylibre.com>2024-04-18 20:06:23 +0000
commite498ba92355881a91f271860f9de359d913e5a68 (patch)
treeb5b018b3a0f2252ec4eca93778c43fb8c6c3b408 /contrib
parente243d0feafa533141ef7e23820d5cc60cf33204a (diff)
downloadgcc-e498ba92355881a91f271860f9de359d913e5a68.zip
gcc-e498ba92355881a91f271860f9de359d913e5a68.tar.gz
gcc-e498ba92355881a91f271860f9de359d913e5a68.tar.bz2
Add nios2*-*-* to the list of obsolete targets
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*-*-*.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/config-list.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/config-list.mk b/contrib/config-list.mk
index 16df66f..f282cd9 100644
--- a/contrib/config-list.mk
+++ b/contrib/config-list.mk
@@ -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 \