mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-12 04:31:28 +00: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>
|
2005-06-29 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* elflink.c (_bfd_elf_gc_mark): Mark sections referenced by
|
* elflink.c (_bfd_elf_gc_mark): Mark sections referenced by
|
||||||
|
@ -31,6 +31,9 @@ targ_underscore=no
|
|||||||
|
|
||||||
# Catch obsolete configurations.
|
# Catch obsolete configurations.
|
||||||
case $targ in
|
case $targ in
|
||||||
|
m68*-apple-aux* | \
|
||||||
|
m68*-apollo-* | \
|
||||||
|
m68*-bull-sysv* | \
|
||||||
null)
|
null)
|
||||||
if test "x$enable_obsolete" != xyes; then
|
if test "x$enable_obsolete" != xyes; then
|
||||||
echo "*** Configuration $targ is obsolete." >&2
|
echo "*** Configuration $targ is obsolete." >&2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user