https://gcc.gnu.org/g:452b12cea8869f120e7c703577c4270476fe6b76

commit r15-4197-g452b12cea8869f120e7c703577c4270476fe6b76
Author: René Rebe <r...@exactcode.de>
Date:   Wed Jun 12 12:42:00 2024 +0200

    Remove ia64*-*-linux from the list of obsolete targets
    
    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 <r...@exactcode.de>

Diff:
---
 contrib/config-list.mk | 2 +-
 gcc/config.gcc         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/config-list.mk b/contrib/config-list.mk
index f282cd95c8d0..4ddb3eeab124 100644
--- a/contrib/config-list.mk
+++ b/contrib/config-list.mk
@@ -61,7 +61,7 @@ LIST = \
   i686-rtems i686-solaris2.11 i686-wrs-vxworks \
   i686-wrs-vxworksae \
   i686-cygwinOPT-enable-threads=yes i686-mingw32crt 
ia64-elfOPT-enable-obsolete \
-  ia64-linuxOPT-enable-obsolete ia64-hpuxOPT-enable-obsolete \
+  ia64-linux ia64-hpuxOPT-enable-obsolete \
   ia64-hp-vmsOPT-enable-obsolete iq2000-elf lm32-elf \
   lm32-rtems lm32-uclinux \
   loongarch64-linux-gnuf64 loongarch64-linux-gnuf32 loongarch64-linux-gnusf \
diff --git a/gcc/config.gcc b/gcc/config.gcc
index f09ce9f63a01..71ac3badafd9 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

Reply via email to