Merge tag 'block-5.7-2020-04-24' of git://git.kernel.dk/linux-block
[platform/kernel/linux-starfive.git] / Documentation / kbuild / kbuild.rst
index 510f38d..2d1fc03 100644 (file)
@@ -262,3 +262,8 @@ KBUILD_BUILD_USER, KBUILD_BUILD_HOST
 These two variables allow to override the user@host string displayed during
 boot and in /proc/version. The default value is the output of the commands
 whoami and host, respectively.
+
+LLVM
+----
+If this variable is set to 1, Kbuild will use Clang and LLVM utilities instead
+of GCC and GNU binutils to build the kernel.