From bd3828b0de50138e39bfa5aad8523467bd3148df Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 29 Jan 2024 16:07:45 +0000 Subject: [PATCH] Remove support for the beos file format --- bfd/config.bfd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-* | \ -- 2.11.4.GIT