From 7f41b278fe42fed7b2cb7b5d938883503ef9c77e Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 29 Jun 2005 21:22:13 +0000 Subject: [PATCH] * config.bfd: Mark as obsolete: m68*-apollo-* m68*-apple-aux* m68*-bull-sysv* --- bfd/ChangeLog | 7 +++++++ bfd/config.bfd | 3 +++ 2 files changed, 10 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f4e4944..b72e53e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2005-06-30 Ben Elliston + + * config.bfd: Mark as obsolete: + m68*-apollo-* + m68*-apple-aux* + m68*-bull-sysv* + 2005-06-29 Alan Modra * elflink.c (_bfd_elf_gc_mark): Mark sections referenced by diff --git a/bfd/config.bfd b/bfd/config.bfd index 29cd614..ed3d971 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -31,6 +31,9 @@ targ_underscore=no # Catch obsolete configurations. case $targ in + m68*-apple-aux* | \ + m68*-apollo-* | \ + m68*-bull-sysv* | \ null) if test "x$enable_obsolete" != xyes; then echo "*** Configuration $targ is obsolete." >&2 -- 2.7.4