diff options
author | Alan Modra <amodra@gmail.com> | 2021-02-11 22:25:02 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-02-11 22:33:48 +1030 |
commit | 234b98ced24d97fad84c7802708cf3cf5fd4fb63 (patch) | |
tree | 71b734b00f82317c518cbec07103d40a3dc96e00 /bfd/config.bfd | |
parent | 769c253f4519145a1d7eaa85038d3e339f507987 (diff) | |
download | gdb-234b98ced24d97fad84c7802708cf3cf5fd4fb63.zip gdb-234b98ced24d97fad84c7802708cf3cf5fd4fb63.tar.gz gdb-234b98ced24d97fad84c7802708cf3cf5fd4fb63.tar.bz2 |
Remove ia64 from obsolete list
* config.bfd: Remove ia64 from obsolete list.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 7783dca..9434fd6 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -53,7 +53,6 @@ case $targ in echo "*** Use or1k-*-elf or or1k-*-linux as the target instead" >&2 exit 1 ;; - ia64*-*-* | \ null) if test "x$enable_obsolete" != xyes; then echo "*** Configuration $targ is obsolete." >&2 |