mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* config.bfd: Mark as obsolete:
m68*-apollo-* m68*-apple-aux* m68*-bull-sysv*
This commit is contained in:
parent
c329887411
commit
7f41b278fe
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user