<p>Damien Zammit has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21355">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">device/Kconfig: Make Ada dependent on GCC toolchain<br><br>libgfxinit cannot compile with clang since it has<br>no Ada support so disable it on clang builds<br><br>Change-Id: I5db0353cdab4d24fd6832393901d8f47cf25849d<br>Signed-off-by: Damien Zammit <damien@zamaudio.com><br>---<br>M src/device/Kconfig<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/21355/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/device/Kconfig b/src/device/Kconfig<br>index a5b8247..d2b3db9 100644<br>--- a/src/device/Kconfig<br>+++ b/src/device/Kconfig<br>@@ -73,7 +73,7 @@<br> <br> config MAINBOARD_USE_LIBGFXINIT<br>        bool "Use libgfxinit"<br>-      depends on MAINBOARD_HAS_LIBGFXINIT<br>+  depends on MAINBOARD_HAS_LIBGFXINIT && COMPILER_GCC<br>   select HAVE_VGA_TEXT_FRAMEBUFFER<br>      select HAVE_LINEAR_FRAMEBUFFER<br>        select RAMSTAGE_LIBHWBASE<br></pre><p>To view, visit <a href="https://review.coreboot.org/21355">change 21355</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/21355"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I5db0353cdab4d24fd6832393901d8f47cf25849d </div>
<div style="display:none"> Gerrit-Change-Number: 21355 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Damien Zammit <damien@zamaudio.com> </div>