Obsolete beos
authorAlan Modra <amodra@gmail.com>
Wed, 19 Oct 2022 23:12:25 +0000 (09:42 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 19 Oct 2022 23:15:42 +0000 (09:45 +1030)
* config.bfd: Obsolete *-*-beos*.  Simplify x86 beos match.

bfd/config.bfd

index 0ae8eb39d297db77c34ae35de10f74217ed3a45e..0bc27fdce9791fc9b490bc01aea7583c2f70ea10 100644 (file)
@@ -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"
     ;;