]> www.infradead.org Git - nvme.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)
committerMadhavan Srinivasan <maddy@linux.ibm.com>
Tue, 6 May 2025 03:01:09 +0000 (08:31 +0530)
commit5a821e2d69e26b51b7f3740b6b0c3462b8cacaff
treec7acf4a66ce47759ff8ab81ee471c95b91a3c7d8
parentab1456c5aa7a63d5145547fc644bd4580dd253f2
powerpc/boot: Fix build with gcc 15

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
arch/powerpc/boot/Makefile