build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/21288 )
Change subject: ifdtool: optimize some code and data type
......................................................................
Patch Set 7:
Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/14914/ : SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/59634/ : SUCCESS
--
To view, visit https://review.coreboot.org/21288
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I6d05418c8b32fa31dcd038a3e56f9aefe13fa9c4
Gerrit-Change-Number: 21288
Gerrit-PatchSet: 7
Gerrit-Owner: Bill XIE <persmule(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Bill XIE <persmule(a)gmail.com>
Gerrit-Reviewer: Ronald G. Minnich <rminnich(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 31 Aug 2017 07:15:53 +0000
Gerrit-HasComments: No
Damien Zammit has uploaded this change for review. ( https://review.coreboot.org/21300
Change subject: clang: Allow ANY_TOOLCHAIN for non-coreboot clang
......................................................................
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(a)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 https://review.coreboot.org/21300
To unsubscribe, visit https://review.coreboot.org/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(a)zamaudio.com>