From 0fb54668df8925cd81ed9d40917c19a78891f9da Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 12 Sep 2021 22:07:05 -0700 Subject: gen_cmdline.sh: Correctly sort --{kernel,utils}-{as,nm} Signed-off-by: Matt Turner --- doc/genkernel.8.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/genkernel.8.txt') 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 to use for the kernel compilation. - *--kernel-ar*=:: Archiver to use for the kernel compilation. +*--kernel-as*=:: + Assembler to use for the kernel compilation. + *--kernel-cc*=:: Compiler to use for the kernel compilation (e.g. distcc). *--kernel-ld*=:: Linker to use for the kernel compilation. -*--kernel-nm*=:: - NM utility to use for the kernel compilation. - *--kernel-make*=:: GNU Make to use for the kernel compilation. +*--kernel-nm*=:: + NM utility to use for the kernel compilation. + *--kernel-objcopy*=:: 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 to use for utilities. - *--utils-ar*=:: Archiver to use for utilities. +*--utils-as*=:: + Assembler to use for utilities. + *--utils-cflags*=:: C compiler flags used to compile utilities. -- cgit v1.2.3-65-gdbad