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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0B96158064 for ; Tue, 7 May 2024 16:06:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02249E2B9D; Tue, 7 May 2024 16:06:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D26CDE2B9D for ; Tue, 7 May 2024 16:06:24 +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 C8FED343052 for ; Tue, 7 May 2024 16:06:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06FC393E for ; Tue, 7 May 2024 16:06:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1715097978.df5372661bd09a1ffcbc129d89caa7b2a4a65aec.sam@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: df5372661bd09a1ffcbc129d89caa7b2a4a65aec X-VCS-Branch: master Date: Tue, 7 May 2024 16:06:22 +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: c1268a8b-2ea1-48ff-834b-51ffd5682250 X-Archives-Hash: 45c65923003271c25c9563f31681f8c6 commit: df5372661bd09a1ffcbc129d89caa7b2a4a65aec Author: vindicatorr gmail com> AuthorDate: Tue May 7 11:36:16 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 7 16:06:18 2024 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=df537266 Reorder gnu<-glibc wording, under "LIBC" for "--help", to follow with usage of other libs listed. Signed-off-by: vindicatorr gmail.com> Closes: https://github.com/gentoo/crossdev/pull/20 Signed-off-by: Sam James gentoo.org> crossdev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossdev b/crossdev index d643aaa..6de317a 100755 --- a/crossdev +++ b/crossdev @@ -162,7 +162,7 @@ parse_target() { - sh / sh[1-5] / sh64 - x86_64 (amd64) Supported C Libraries (LIBC): - - glibc (gnu) + - gnu (glibc) - klibc [prob wont work] - musl - newlib [bare metal/no operating system]