aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-09-12 22:07:05 -0700
committerMatt Turner <mattst88@gentoo.org>2021-09-12 22:07:05 -0700
commit0fb54668df8925cd81ed9d40917c19a78891f9da (patch)
treed6b7adf7ef61b9ff490a07ef048468061ee7e010 /doc/genkernel.8.txt
parentRefactor (compressed) kernel module handling (diff)
downloadgenkernel-0fb54668df8925cd81ed9d40917c19a78891f9da.tar.gz
genkernel-0fb54668df8925cd81ed9d40917c19a78891f9da.tar.bz2
genkernel-0fb54668df8925cd81ed9d40917c19a78891f9da.zip
gen_cmdline.sh: Correctly sort --{kernel,utils}-{as,nm}
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'doc/genkernel.8.txt')
-rw-r--r--doc/genkernel.8.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index 262027b9..273f9c10 100644
--- a/doc/genkernel.8.txt
+++ b/doc/genkernel.8.txt
@@ -243,24 +243,24 @@ LOW-LEVEL COMPILATION OPTIONS
when the system running genkernel has a different architecture like
the system which should boot the created kernel/initramfs.
-*--kernel-as*=<assembler>::
- Assembler to use for the kernel compilation.
-
*--kernel-ar*=<archiver>::
Archiver to use for the kernel compilation.
+*--kernel-as*=<assembler>::
+ Assembler to use for the kernel compilation.
+
*--kernel-cc*=<compiler>::
Compiler to use for the kernel compilation (e.g. distcc).
*--kernel-ld*=<linker>::
Linker to use for the kernel compilation.
-*--kernel-nm*=<nm>::
- NM utility to use for the kernel compilation.
-
*--kernel-make*=<makeprog>::
GNU Make to use for the kernel compilation.
+*--kernel-nm*=<nm>::
+ NM utility to use for the kernel compilation.
+
*--kernel-objcopy*=<objcopyprog>::
Objcopy utility to use for the kernel compilation.
@@ -290,12 +290,12 @@ LOW-LEVEL COMPILATION OPTIONS
tree (eg because cannot write to that directory as the user genkernel is
running as).
-*--utils-as*=<assembler>::
- Assembler to use for utilities.
-
*--utils-ar*=<archiver>::
Archiver to use for utilities.
+*--utils-as*=<assembler>::
+ Assembler to use for utilities.
+
*--utils-cflags*=<cflags>::
C compiler flags used to compile utilities.