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

2025-05-05 Thread Amit Machhiwal
On 2025/03/31 12:57 PM, 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 > --- > v2: Move the fix outside of ifdef to apply

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

2025-04-16 Thread Venkat Rao Bagalkote
On 31/03/25 4:27 pm, 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 --- v2: Move the fix outside of ifdef to apply to all subarchit

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

2025-04-05 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 v3: Change BOOTCFLAGS rather than BOOTT