diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-07-07 12:12:40 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-07-07 12:12:40 +0000 |
commit | 3b1fcf963bc047901609e88efcba1049a66457da (patch) | |
tree | 7ab32b1d7d7c487b90b73a42a1bf513bda97eb1c /bfd/config.bfd | |
parent | arm-dis.c (opcode32 arm_opcodes): Fix ARM VFP fadds instruction disassembly (diff) | |
download | binutils-gdb-3b1fcf963bc047901609e88efcba1049a66457da.tar.gz binutils-gdb-3b1fcf963bc047901609e88efcba1049a66457da.tar.bz2 binutils-gdb-3b1fcf963bc047901609e88efcba1049a66457da.zip |
* config.bfd: Mark m68*-*-rtemscoff as obsolete.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index a3a10a37c2c..6527dc903f6 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -34,6 +34,7 @@ case $targ in m68*-apple-aux* | \ m68*-apollo-* | \ m68*-bull-sysv* | \ + m68*-*-rtemscoff* | \ null) if test "x$enable_obsolete" != xyes; then echo "*** Configuration $targ is obsolete." >&2 |