]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
powerpc/boot: Fix build with gcc 15
authorMichal Suchanek <msuchanek@suse.de>
Mon, 31 Mar 2025 10:57:19 +0000 (12:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Aug 2025 14:31:10 +0000 (16:31 +0200)
commite42ac65e257b875614dd8f435b026a3e379e92e6
tree1d1d86b3f74bc6c2268b563657fa09babb4e6021
parent9c4afcaf8275a04cf0d41a9aa1f340457d6e91aa
powerpc/boot: Fix build with gcc 15

commit 5a821e2d69e26b51b7f3740b6b0c3462b8cacaff upstream.

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 <msuchanek@suse.de>
Tested-by: Amit Machhiwal <amachhiw@linux.ibm.com>
Tested-by: Venkat Rao Bagalkote <venkat88@linux.ibm.com>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20250331105722.19709-1-msuchanek@suse.de
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/boot/Makefile