Re: [PATCH] powerpc: e500: Fix compilation with gcc e500 compiler

From: Arnd Bergmann
Date: Mon Jul 04 2022 - 09:44:08 EST


On Mon, Jul 4, 2022 at 3:29 PM Pali Rohár <pali@xxxxxxxxxx> wrote:
>
> And still what to do with 4bf4f42a2feb ("powerpc/kbuild: Set default
> generic machine type for 32-bit compile")? I'm somehow lost there...

As far as I can tell, that is not needed, as long as every configuration
sets a specific -mcpu= option, the only reason it was required is that
there were some configs that relied on the compiler default, which
ended up being -mcpu=power8 or similar.

Arnd