linux-yocto/arch/parisc
Arnd Bergmann 1fd94aa3ff parisc: fix building with gcc-15
commit 7cbb015e2d upstream.

The decompressor is built with the default C dialect, which is now gnu23
on gcc-15, and this clashes with the kernel's bool type definition:

In file included from include/uapi/linux/posix_types.h:5,
                 from arch/parisc/boot/compressed/misc.c:7:
include/linux/stddef.h:11:9: error: cannot use keyword 'false' as enumeration constant
   11 |         false   = 0,

Add the -std=gnu11 argument here, as we do for all other architectures.

Cc: stable@vger.kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-06-27 11:05:26 +01:00
..
boot parisc: fix building with gcc-15 2025-06-27 11:05:26 +01:00
configs
include Revert "parisc: fix a possible DMA corruption" 2024-12-19 18:07:22 +01:00
kernel parisc: PDT: Fix missing prototype warning 2025-05-02 07:44:34 +02:00
lib parisc: Add ioread64_lo_hi() and iowrite64_lo_hi() 2022-02-23 12:03:04 +01:00
math-emu parisc: Fix double SIGFPE crash 2025-05-09 09:39:36 +02:00
mm parisc: Fix handling off probe non-access faults 2022-04-08 14:23:56 +02:00
defpalo.conf
install.sh
Kbuild
Kconfig Revert "parisc: fix a possible DMA corruption" 2024-12-19 18:07:22 +01:00
Kconfig.debug
Makefile
nm