From 73d0dc162e04036ef4752f2cdc09cbfff8437c22 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 13 Aug 2020 14:13:43 +0930 Subject: [PATCH] Obsolete ia64 * config.bfd: Obsolete ia64*-*-*. --- bfd/ChangeLog | 2 +- bfd/config.bfd | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 693dc64a051..5d3bb56bb25 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,6 +1,6 @@ 2020-08-13 Alan Modra - * config.bfd: Obsolete arm*-*-symbianelf*. + * config.bfd: Obsolete arm*-*-symbianelf*, and ia64*-*-*. 2020-08-13 Alan Modra diff --git a/bfd/config.bfd b/bfd/config.bfd index 6d2f667e6a8..6c2919e47eb 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -54,6 +54,7 @@ case $targ in exit 1 ;; arm*-*-symbianelf* | \ + ia64*-*-* | \ null) if test "x$enable_obsolete" != xyes; then echo "*** Configuration $targ is obsolete." >&2 -- 2.30.2