x86/boot: Compile boot code with -std=gnu11 too
authorAlexey Dobriyan <adobriyan@gmail.com>
Wed, 27 Sep 2023 15:42:11 +0000 (18:42 +0300)
committerIngo Molnar <mingo@kernel.org>
Thu, 28 Sep 2023 08:11:27 +0000 (10:11 +0200)
commitb3bee1e7c3f2b1b77182302c7b2131c804175870
treea6b957890f765628d27b8d3b12ba87df4665bc64
parent3e3eabe26dc88692d34cf76ca0e0dd331481cc15
x86/boot: Compile boot code with -std=gnu11 too

Use -std=gnu11 for consistency with main kernel code.

It doesn't seem to change anything in vmlinux.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Link: https://lore.kernel.org/r/2058761e-12a4-4b2f-9690-3c3c1c9902a5@p183
arch/x86/Makefile