diff options
author | Nick Clifton <nickc@redhat.com> | 2005-01-31 17:18:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-01-31 17:18:47 +0000 |
commit | 9307b72a95255a2bdc2f03f65cfc9409a1789b9c (patch) | |
tree | 9d1cafc90078d8ddf4b15faa1c618dfb02ebaedf | |
parent | 31554f8e282be8b29517515a3971f47e29d7aa9f (diff) | |
download | gdb-9307b72a95255a2bdc2f03f65cfc9409a1789b9c.tar.gz |
Remove obsolete targets
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/config.bfd | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 955d393acb1..9a9785f7f40 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2005-01-31 Nick Clifton <nickc@redhat.com> + + * confg.bfd: Make targets scheduled for obsoletion (m68k-lynxos, + sparc-lynxos, vax-vms) be obsolete. + 2005-01-28 Daniel Jacobowitz <dan@codesourcery.com> * elf-bfd.h (struct elf_backend_data): Add minpagesize. diff --git a/bfd/config.bfd b/bfd/config.bfd index f466e64d908..52abbc6b103 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -31,9 +31,6 @@ targ_underscore=no # Catch obsolete configurations. case $targ in - m68*-*-lynxos* | \ - sparc-*-lynxos* | \ - vax-*-vms* | \ null) if test "x$enable_obsolete" != xyes; then echo "*** Configuration $targ is obsolete." >&2 @@ -45,6 +42,9 @@ case $targ in esac case $targ in + m68*-*-lynxos* | \ + sparc-*-lynxos* | \ + vax-*-vms* | \ arm-*-oabi | \ thumb-*-oabi | \ null) |