aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvindicatorr <nroycea+github@gmail.com>2024-05-07 06:36:16 -0500
committerSam James <sam@gentoo.org>2024-05-07 17:06:18 +0100
commitdf5372661bd09a1ffcbc129d89caa7b2a4a65aec (patch)
tree22000db8aeebc045ab92f31bb1d9a684cfb11c54
parentcrossdev: fix whitespace in comment (diff)
downloadcrossdev-df5372661bd09a1ffcbc129d89caa7b2a4a65aec.tar.gz
crossdev-df5372661bd09a1ffcbc129d89caa7b2a4a65aec.tar.bz2
crossdev-df5372661bd09a1ffcbc129d89caa7b2a4a65aec.zip
Reorder gnu<-glibc wording, under "LIBC" for "--help", to follow with usage of other libs listed.20240507
Signed-off-by: vindicatorr <nroycea+github@gmail.com> Closes: https://github.com/gentoo/crossdev/pull/20 Signed-off-by: Sam James <sam@gentoo.org>
-rwxr-xr-xcrossdev2
1 files changed, 1 insertions, 1 deletions
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]