[coreboot-gerrit] Change in coreboot[master]: device/Kconfig: Make Ada dependent on GCC toolchain

Damien Zammit (Code Review) gerrit at coreboot.org
Sun Sep 3 02:41:40 CEST 2017


Damien Zammit has uploaded this change for review. ( https://review.coreboot.org/21355


Change subject: device/Kconfig: Make Ada dependent on GCC toolchain
......................................................................

device/Kconfig: Make Ada dependent on GCC toolchain

libgfxinit cannot compile with clang since it has
no Ada support so disable it on clang builds

Change-Id: I5db0353cdab4d24fd6832393901d8f47cf25849d
Signed-off-by: Damien Zammit <damien at zamaudio.com>
---
M src/device/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/21355/1

diff --git a/src/device/Kconfig b/src/device/Kconfig
index a5b8247..d2b3db9 100644
--- a/src/device/Kconfig
+++ b/src/device/Kconfig
@@ -73,7 +73,7 @@
 
 config MAINBOARD_USE_LIBGFXINIT
 	bool "Use libgfxinit"
-	depends on MAINBOARD_HAS_LIBGFXINIT
+	depends on MAINBOARD_HAS_LIBGFXINIT && COMPILER_GCC
 	select HAVE_VGA_TEXT_FRAMEBUFFER
 	select HAVE_LINEAR_FRAMEBUFFER
 	select RAMSTAGE_LIBHWBASE

-- 
To view, visit https://review.coreboot.org/21355
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5db0353cdab4d24fd6832393901d8f47cf25849d
Gerrit-Change-Number: 21355
Gerrit-PatchSet: 1
Gerrit-Owner: Damien Zammit <damien at zamaudio.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170903/e5316026/attachment-0001.html>


More information about the coreboot-gerrit mailing list