linux-loongson/arch/parisc/boot/compressed
Arnd Bergmann 7cbb015e2d parisc: fix building with gcc-15
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>
2025-05-20 18:01:02 +02:00
..
.gitignore parisc: decompressor: do not copy source files while building 2022-01-05 01:22:13 +01:00
firmware.c parisc: decompressor: do not copy source files while building 2022-01-05 01:22:13 +01:00
head.S parisc: Use PA_ASM_LEVEL in boot code 2019-05-06 00:10:00 +02:00
Makefile parisc: fix building with gcc-15 2025-05-20 18:01:02 +02:00
misc.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
real2.S parisc: decompressor: do not copy source files while building 2022-01-05 01:22:13 +01:00
vmlinux.lds.S vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG 2020-09-01 09:50:35 +02:00
vmlinux.scr