Damien Zammit has uploaded this change for review.

View Change

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>
---
M src/Kconfig
1 file changed, 0 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/21300/1
diff --git a/src/Kconfig b/src/Kconfig
index 637f575..015c38f 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -78,7 +78,6 @@
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,

To view, visit change 21300. To unsubscribe, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2d9d02f360d54ed92d6b6f55e6fcd530aae79adb
Gerrit-Change-Number: 21300
Gerrit-PatchSet: 1
Gerrit-Owner: Damien Zammit <damien@zamaudio.com>