Re: [PATCH] powerpc: e500: Fix compilation with gcc e500 compiler
From: Arnd Bergmann <arnd@arndb.de>
Date: 2022-07-04 13:44:07
Also in:
lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2022-07-04 13:44:07
Also in:
lkml
On Mon, Jul 4, 2022 at 3:29 PM Pali Rohár [off-list ref] 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