[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK8P3a3Mxmqj7t4TtYjzae-iCRPs2YtVMR=7v1vvUG-ixuKAtw@mail.gmail.com>
Date: Wed, 29 Sep 2021 10:45:34 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Arnd Bergmann <arnd@...db.de>
Cc: Russell King <linux@...linux.org.uk>,
Linux ARM <linux-arm-kernel@...ts.infradead.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Ard Biesheuvel <ardb@...nel.org>,
Linus Walleij <linus.walleij@...aro.org>,
Nathan Chancellor <nathan@...nel.org>,
Nick Desaulniers <ndesaulniers@...gle.com>,
llvm@...ts.linux.dev
Subject: Re: [PATCH 01/14] ARM: RiscPC needs older gcc version
On Tue, Sep 28, 2021 at 6:03 PM Arnd Bergmann <arnd@...db.de> wrote:
>
> On Tue, Sep 28, 2021 at 5:42 PM Arnd Bergmann <arnd@...nel.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.
>
> > + depends on !CC_IS_CLANG || GCC_VERSION < 90100
This line is also wrong, it needs to be '&&', not '||'.
Arnd
Powered by blists - more mailing lists