summaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2017-08-31 15:48:58 +1000
committerMartin Roth <martinroth@google.com>2017-09-02 15:23:22 +0000
commitdb6153dc80b2179336bc19ad31a7235f0102695f (patch)
tree42b1c7d3f5b3f179b421a2fe27da37cc2d13c773 /src/Kconfig
parent1db500c101bc7e6a61df53263cac8910ba540a66 (diff)
downloadcoreboot-db6153dc80b2179336bc19ad31a7235f0102695f.tar.xz
clang: Allow ANY_TOOLCHAIN for non-coreboot clang
Previously, only when selecting GCC could any toolchain be selected, this allows compiling with distro clang/llvm. Change-Id: I2d9d02f360d54ed92d6b6f55e6fcd530aae79adb Signed-off-by: Damien Zammit <damien@zamaudio.com> Reviewed-on: https://review.coreboot.org/21300 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 637f5757e7..015c38f458 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -78,7 +78,6 @@ endchoice
config ANY_TOOLCHAIN
bool "Allow building with any toolchain"
default n
- depends on COMPILER_GCC
help
Many toolchains break when building coreboot since it uses quite
unusual linker features. Unless developers explicitely request it,