[binutils-gdb] Remove support for the beos file format
Nick Clifton
nickc@sourceware.org
Mon Jan 29 16:07:50 GMT 2024
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bd3828b0de50138e39bfa5aad8523467bd3148df
commit bd3828b0de50138e39bfa5aad8523467bd3148df
Author: Nick Clifton <nickc@redhat.com>
Date: Mon Jan 29 16:07:45 2024 +0000
Remove support for the beos file format
Diff:
---
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-* | \
More information about the Binutils-cvs
mailing list