]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove ia64*-*-linux from the list of obsolete targets
authorRené Rebe <rene@exactcode.de>
Wed, 12 Jun 2024 10:42:00 +0000 (12:42 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 9 Oct 2024 09:28:20 +0000 (11:28 +0200)
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 <rene@exactcode.de>
contrib/config-list.mk
gcc/config.gcc

index f282cd95c8d06219963bb56fa5ff4c6b6c662651..4ddb3eeab12450943ba2891ca23cea899f6c228e 100644 (file)
@@ -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 \
index f09ce9f63a01c932a66365e17b97354dfc20bc87..71ac3badafd9c94d7b5d11ad082349b875dd17ea 100644 (file)
@@ -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