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

2025-04-21 Thread Mukesh Kumar Chaurasiya
On Thu, Apr 17, 2025 at 01:02:05PM +0200, Michal Suchánek wrote: > On Thu, Apr 17, 2025 at 11:37:09AM +0530, Mukesh Kumar Chaurasiya wrote: > > On Fri, Mar 07, 2025 at 10:20:52AM +0100, Michal Suchanek wrote: > > > Similar to x86 the ppc boot code does not build with GCC 15. > > > > > > Copy the f

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

2025-04-17 Thread Michal Suchánek
On Thu, Apr 17, 2025 at 11:37:09AM +0530, Mukesh Kumar Chaurasiya wrote: > On Fri, Mar 07, 2025 at 10:20:52AM +0100, Michal Suchanek wrote: > > 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 w

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

2025-04-16 Thread Mukesh Kumar Chaurasiya
On Fri, Mar 07, 2025 at 10:20:52AM +0100, Michal Suchanek wrote: > 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 > --- > arch/powerpc/boot/Makefi

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

2025-03-10 Thread Michal Suchánek
On Fri, Mar 07, 2025 at 10:20:52AM +0100, Michal Suchanek wrote: > 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 > --- > arch/powerpc/boot/Makefi

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

2025-03-08 Thread Nysal Jan K.A.
On Fri, Mar 07, 2025 at 10:20:52AM +0100, Michal Suchanek wrote: > 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 > --- > arch/powerpc/boot/Makefi