Remove ia64 from obsolete list

* config.bfd: Remove ia64 from obsolete list.
This commit is contained in:
Alan Modra 2021-02-11 22:25:02 +10:30
parent 769c253f45
commit 234b98ced2
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2021-02-11 Alan Modra <amodra@gmail.com>
* config.bfd: Remove ia64 from obsolete list.
2021-02-11 Alan Modra <amodra@gmail.com> 2021-02-11 Alan Modra <amodra@gmail.com>
PR ld/22269 PR ld/22269

View File

@ -53,7 +53,6 @@ case $targ in
echo "*** Use or1k-*-elf or or1k-*-linux as the target instead" >&2 echo "*** Use or1k-*-elf or or1k-*-linux as the target instead" >&2
exit 1 exit 1
;; ;;
ia64*-*-* | \
null) null)
if test "x$enable_obsolete" != xyes; then if test "x$enable_obsolete" != xyes; then
echo "*** Configuration $targ is obsolete." >&2 echo "*** Configuration $targ is obsolete." >&2