commit: df5372661bd09a1ffcbc129d89caa7b2a4a65aec Author: vindicatorr <nroycea+github <AT> gmail <DOT> com> AuthorDate: Tue May 7 11:36:16 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <nroycea+github <AT> gmail.com> Closes: https://github.com/gentoo/crossdev/pull/20 Signed-off-by: Sam James <sam <AT> 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]
