* config.bfd: Mark as obsolete:

m68*-apollo-*
	    m68*-apple-aux*
	    m68*-bull-sysv*
This commit is contained in:
Ben Elliston 2005-06-29 21:22:13 +00:00
parent c329887411
commit 7f41b278fe
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2005-06-30 Ben Elliston <bje@gnu.org>
* config.bfd: Mark as obsolete:
m68*-apollo-*
m68*-apple-aux*
m68*-bull-sysv*
2005-06-29 Alan Modra <amodra@bigpond.net.au>
* elflink.c (_bfd_elf_gc_mark): Mark sections referenced by

View File

@ -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