[coreboot] [commit] r5305 - trunk/src

repository service svn at coreboot.org
Sat Mar 27 18:36:39 CET 2010


Author: oxygene
Date: Sat Mar 27 18:36:39 2010
New Revision: 5305
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5305

Log:
ccache and scan-build actually work together, so remove the
restriction that tells Kconfig not to allow that setup.
It's not particularily useful, as scan-build totally dominates
the gcc runtime, but well..

Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi at coresystems.de>

Modified:
   trunk/src/Kconfig

Modified: trunk/src/Kconfig
==============================================================================
--- trunk/src/Kconfig	Sat Mar 27 18:18:39 2010	(r5304)
+++ trunk/src/Kconfig	Sat Mar 27 18:36:39 2010	(r5305)
@@ -62,7 +62,6 @@
 config SCANBUILD_ENABLE
 	bool "Build with scan-build for static analysis"
 	default n
-	depends on !CCACHE
 	help
 	  Changes the build process to scan-build is used.
 	  Requires scan-build in path.




More information about the coreboot mailing list