aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-09-30 01:07:57 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-09-30 01:07:57 +0200
commit2ca8d5bb635d8f9db68d87e078f4ce4f410e9152 (patch)
treef8d386b3503852656e47769f49f2fe96e2d89ccc /doc
parentgen_funcs.sh: _tc-getPROG(): Quote type command argument (diff)
downloadgenkernel-2ca8d5bb635d8f9db68d87e078f4ce4f410e9152.tar.gz
genkernel-2ca8d5bb635d8f9db68d87e078f4ce4f410e9152.tar.bz2
genkernel-2ca8d5bb635d8f9db68d87e078f4ce4f410e9152.zip
Add --utils-cxx option
To compile thin-provisioning-tools, required for LVM thin provisioning support which was added in commit 9dea735590ebfff278710148fa8743777a18c4bd, we need a C++ compiler. This option will allow user to specify custom C++ compiler (for example when using ccache/distcc). Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/genkernel.8.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index 82da1e1..3932e3d 100644
--- a/doc/genkernel.8.txt
+++ b/doc/genkernel.8.txt
@@ -269,7 +269,10 @@ LOW-LEVEL COMPILATION OPTIONS
C compiler flags used to compile utilities.
*--utils-cc*=<compiler>::
- Compiler to use for utilities.
+ C Compiler to use for utilities.
+
+*--utils-cxx*=<compiler>::
+ C++ Compiler to use for utilities.
*--utils-ld*=<linker>::
Linker to use for utilities.