diff options
author | Nick Clifton <nickc@redhat.com> | 2020-07-24 12:01:48 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-07-24 12:01:48 +0100 |
commit | 04f096fb9e250968bae755a536bd5444bc266402 (patch) | |
tree | 8473b0b3301c4ec2e947fd75a34a154caad23376 /bfd/config.bfd | |
parent | 2dddfa201b8aac53fdf3f1d3b4bb5c69d2c03e51 (diff) | |
download | gdb-04f096fb9e250968bae755a536bd5444bc266402.zip gdb-04f096fb9e250968bae755a536bd5444bc266402.tar.gz gdb-04f096fb9e250968bae755a536bd5444bc266402.tar.bz2 |
Move the xc16x target to the obsolete list
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 4586a89..d486622 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 ;; - xc16x-*-* | \ null) if test "x$enable_obsolete" != xyes; then echo "*** Configuration $targ is obsolete." >&2 @@ -153,6 +152,7 @@ case $targ in vax-*-bsd* | vax-*-ultrix* | vax-*-vms* | \ w65-*-* | \ we32k-*-* | \ + xc16x-*-* | \ null) echo "*** Configuration $targ is obsolete." >&2 echo "*** Support has been REMOVED." >&2 |