OSDN Git Service

Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
[tomoyo/tomoyo-test1.git] / init / Kconfig
index 74a5ac6..5c7bafe 100644 (file)
@@ -23,6 +23,9 @@ config LD_VERSION
 config CC_IS_CLANG
        def_bool $(success,$(CC) --version | head -n 1 | grep -q clang)
 
+config LD_IS_LLD
+       def_bool $(success,$(LD) -v | head -n 1 | grep -q LLD)
+
 config CLANG_VERSION
        int
        default $(shell,$(srctree)/scripts/clang-version.sh $(CC))