public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Obsolete beos
@ 2022-10-19 23:49 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2022-10-19 23:49 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a4f02dc189a6e529112a21f07bb56f5ffbd0c303

commit a4f02dc189a6e529112a21f07bb56f5ffbd0c303
Author: Alan Modra <amodra@gmail.com>
Date:   Thu Oct 20 09:42:25 2022 +1030

    Obsolete beos
    
            * config.bfd: Obsolete *-*-beos*.  Simplify x86 beos match.

Diff:
---
 bfd/config.bfd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bfd/config.bfd b/bfd/config.bfd
index 0ae8eb39d29..0bc27fdce97 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -48,6 +48,7 @@ targ_underscore=no
 
 # Catch obsolete configurations.
 case $targ in
+ *-*-beos* | \
  null)
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration $targ is obsolete." >&2
@@ -751,7 +752,7 @@ case "${targ}" in
     targ_defvec=i386_pe_vec
     targ_selvecs="i386_pe_vec i386_pei_vec"
     ;;
-  i[3-7]86-*-beoself* | i[3-7]86-*-beos*)
+  i[3-7]86-*-beos*)
     targ_defvec=i386_elf32_vec
     targ_selvecs="iamcu_elf32_vec i386_pe_vec i386_pei_vec"
     ;;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-19 23:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-19 23:49 [binutils-gdb] Obsolete beos Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).