On Tue, 6 Dec 2016 17:28:00 +1100
Andrew Donnellan wrote:
> + # Various gccs between 4.5 and 5.1 have bugs on powerpc due to missing
> + # header files. gcc <= 4.6 doesn't work at all, gccs from 4.8 to 5.1
> have
> + # issues with 64-bit targets.
> + ifeq ($(ARCH),powerpc)
>
> I've done some basic sanity testing on powerpc with the cyclomatic
> complexity plugin (with LE native + cross-compilers) and it seems to
> work with the patch below.
>
> Signed-off-by: Andrew Donnellan
>
> diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
> index a18a0dc..0cfed5b 100