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>
This commit is contained in:
Damien Zammit
2017-08-31 15:48:58 +10:00
committed by Martin Roth
parent 1db500c101
commit db6153dc80

View File

@@ -78,7 +78,6 @@ endchoice
config ANY_TOOLCHAIN config ANY_TOOLCHAIN
bool "Allow building with any toolchain" bool "Allow building with any toolchain"
default n default n
depends on COMPILER_GCC
help help
Many toolchains break when building coreboot since it uses quite Many toolchains break when building coreboot since it uses quite
unusual linker features. Unless developers explicitely request it, unusual linker features. Unless developers explicitely request it,