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@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5305 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
51e142fef4
commit
f733d47544
|
@ -62,7 +62,6 @@ endchoice
|
||||||
config SCANBUILD_ENABLE
|
config SCANBUILD_ENABLE
|
||||||
bool "Build with scan-build for static analysis"
|
bool "Build with scan-build for static analysis"
|
||||||
default n
|
default n
|
||||||
depends on !CCACHE
|
|
||||||
help
|
help
|
||||||
Changes the build process to scan-build is used.
|
Changes the build process to scan-build is used.
|
||||||
Requires scan-build in path.
|
Requires scan-build in path.
|
||||||
|
|
Loading…
Reference in New Issue