summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2024-01-29 16:07:45 +0000
committerNick Clifton <nickc@redhat.com>2024-01-29 16:07:45 +0000
commitbd3828b0de50138e39bfa5aad8523467bd3148df (patch)
treefd90b2b681491595f116e24d82108b2f45f8049f
parent633680620bb85ed6f80b22371ef49610faec8d03 (diff)
Remove support for the beos file format
-rw-r--r--bfd/config.bfd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index bbf12447517..6553aac1e99 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -48,7 +48,6 @@ targ_underscore=no
# Catch obsolete configurations.
case $targ in
- *-*-beos* | \
null)
if test "x$enable_obsolete" != xyes; then
echo "*** Configuration $targ is obsolete." >&2
@@ -79,6 +78,7 @@ case $targ in
# Not obsolete
;;
*-adobe-* | \
+ *-*-beos* | \
*-go32-rtems* | \
*-sony-* | \
*-tandem-* | \