diff options
author | Nick Clifton <nickc@redhat.com> | 2024-01-29 16:07:45 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-01-29 16:07:45 +0000 |
commit | bd3828b0de50138e39bfa5aad8523467bd3148df (patch) | |
tree | fd90b2b681491595f116e24d82108b2f45f8049f | |
parent | 633680620bb85ed6f80b22371ef49610faec8d03 (diff) | |
download | gdb-bd3828b0de50138e39bfa5aad8523467bd3148df.zip gdb-bd3828b0de50138e39bfa5aad8523467bd3148df.tar.gz gdb-bd3828b0de50138e39bfa5aad8523467bd3148df.tar.bz2 |
Remove support for the beos file format
-rw-r--r-- | bfd/config.bfd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index bbf1244..6553aac 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-* | \ |