From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1062) id B992C3858D32; Wed, 19 Oct 2022 23:49:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B992C3858D32 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Alan Modra To: bfd-cvs@sourceware.org Subject: [binutils-gdb] Obsolete beos X-Act-Checkin: binutils-gdb X-Git-Author: Alan Modra X-Git-Refname: refs/heads/master X-Git-Oldrev: f967242403616ba896bf5c2a878ae8cbe104c1be X-Git-Newrev: a4f02dc189a6e529112a21f07bb56f5ffbd0c303 Message-Id: <20221019234907.B992C3858D32@sourceware.org> Date: Wed, 19 Oct 2022 23:49:07 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2022 23:49:07 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Da4f02dc189a6= e529112a21f07bb56f5ffbd0c303 commit a4f02dc189a6e529112a21f07bb56f5ffbd0c303 Author: Alan Modra Date: Thu Oct 20 09:42:25 2022 +1030 Obsolete beos =20 * 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=3Dno =20 # Catch obsolete configurations. case $targ in + *-*-beos* | \ null) if test "x$enable_obsolete" !=3D xyes; then echo "*** Configuration $targ is obsolete." >&2 @@ -751,7 +752,7 @@ case "${targ}" in targ_defvec=3Di386_pe_vec targ_selvecs=3D"i386_pe_vec i386_pei_vec" ;; - i[3-7]86-*-beoself* | i[3-7]86-*-beos*) + i[3-7]86-*-beos*) targ_defvec=3Di386_elf32_vec targ_selvecs=3D"iamcu_elf32_vec i386_pe_vec i386_pei_vec" ;;