diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-06-29 21:22:13 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-06-29 21:22:13 +0000 |
commit | 93ef187f3bb909bdbe0fefe45c10f98aa7091e68 (patch) | |
tree | 2b174f669f513d1c72a4fa1045c9a5d7be3ad7b4 /bfd/config.bfd | |
parent | 559725c63c7b53a1019b57c83b45c279030bf1f8 (diff) | |
download | gdb-93ef187f3bb909bdbe0fefe45c10f98aa7091e68.tar.gz |
* config.bfd: Mark as obsolete:
m68*-apollo-*
m68*-apple-aux*
m68*-bull-sysv*
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 29cd6143aa7..ed3d9718817 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 |