From 452b12cea8869f120e7c703577c4270476fe6b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Rebe?= Date: Wed, 12 Jun 2024 12:42:00 +0200 Subject: Remove ia64*-*-linux from the list of obsolete targets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The following un-deprecates ia64*-*-linux for GCC 15. Since we plan to support this for some years to come. gcc/ * config.gcc: Only list ia64*-*-(hpux|vms|elf) in the list of obsoleted targets. contrib/ * config-list.mk (LIST): no --enable-obsolete for ia64-linux. Signed-off-by: René Rebe --- 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 f09ce9f..71ac3ba 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -272,7 +272,7 @@ esac # Obsolete configurations. case ${target} in - ia64*-*-* \ + ia64*-*-hpux* | ia64*-*-*vms* | ia64*-*-elf* \ | nios2*-*-* \ ) if test "x$enable_obsolete" != xyes; then -- cgit v1.1