From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 03BF4158087 for ; Fri, 28 Jan 2022 12:30:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36FB32BC021; Fri, 28 Jan 2022 12:30:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17C372BC021 for ; Fri, 28 Jan 2022 12:30:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00F5A3430A8 for ; Fri, 28 Jan 2022 12:30:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A36B1BD for ; Fri, 28 Jan 2022 12:30:26 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1643373020.95f9af2ff80b5c20103f7048303d5e6d9617cfda.vapier@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 95f9af2ff80b5c20103f7048303d5e6d9617cfda X-VCS-Branch: master Date: Fri, 28 Jan 2022 12:30:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e9c8e111-d11f-4f12-b5aa-357309bdb4de X-Archives-Hash: e48be780d89d0a6a479111c33ad2dc2b commit: 95f9af2ff80b5c20103f7048303d5e6d9617cfda Author: Mike Frysinger gentoo org> AuthorDate: Fri Jan 28 12:30:20 2022 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Jan 28 12:30:20 2022 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=95f9af2f crossdev: handle rtems targets via newlib Signed-off-by: Mike Frysinger gentoo.org> crossdev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossdev b/crossdev index dbce501..806a66c 100755 --- a/crossdev +++ b/crossdev @@ -320,7 +320,7 @@ parse_target() { ;; # Bare metal targets - *-newlib|*-elf|*-eabi) + *-newlib|*-elf|*-eabi|*-rtems*) LPKG="newlib" KPKG="[none]" STAGE_DEFAULT=${STAGE_LIBC}