Re: [PATCH 01/14] ARM: RiscPC needs older gcc version
From: Arnd Bergmann <arnd@arndb.de>
Date: 2021-09-29 08:45:56
Also in:
lkml, llvm
From: Arnd Bergmann <arnd@arndb.de>
Date: 2021-09-29 08:45:56
Also in:
lkml, llvm
On Tue, Sep 28, 2021 at 6:03 PM Arnd Bergmann [off-list ref] wrote:
On Tue, Sep 28, 2021 at 5:42 PM Arnd Bergmann [off-list ref] wrote:quoted
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index fc196421b2ce..12a0bd4b315d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig@@ -431,7 +431,7 @@ config ARCH_PXA config ARCH_RPC bool "RiscPC" - depends on MMUThis line was a botched rebase, it obviously has to stay here.quoted
+ depends on !CC_IS_CLANG || GCC_VERSION < 90100
This line is also wrong, it needs to be '&&', not '||'.
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel