[PATCH 01/14] ARM: RiscPC needs older gcc version
Arnd Bergmann
arnd at arndb.de
Tue Sep 28 09:03:42 PDT 2021
On Tue, Sep 28, 2021 at 5:42 PM Arnd Bergmann <arnd at kernel.org> wrote:
> 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 MMU
This line was a botched rebase, it obviously has to stay here.
Arnd
> + depends on !CC_IS_CLANG || GCC_VERSION < 90100
> select ARCH_ACORN
> select ARCH_MAY_HAVE_PC_FDC
> select ARCH_SPARSEMEM_ENABLE
> --
> 2.29.2
>
More information about the linux-arm-kernel
mailing list