Re: [PATCH v2] powerpc/boot: Fix build with gcc 15

2025-03-29 Thread Michael Ellerman
Michal Suchanek writes: > Similar to x86 the ppc boot code does not build with GCC 15. > > Copy the fix from > commit ee2ab467bddf ("x86/boot: Use '-std=gnu11' to fix build with GCC 15") > > Signed-off-by: Michal Suchanek > --- > v2: Move the fix outside of ifdef to apply to all subarchitectures

[PATCH v2] powerpc/boot: Fix build with gcc 15

2025-03-14 Thread Michal Suchanek
Similar to x86 the ppc boot code does not build with GCC 15. Copy the fix from commit ee2ab467bddf ("x86/boot: Use '-std=gnu11' to fix build with GCC 15") Signed-off-by: Michal Suchanek --- v2: Move the fix outside of ifdef to apply to all subarchitectures --- arch/powerpc/boot/Makefile | 2 ++