diff options
| author | Arnd Bergmann <[email protected]> | 2025-05-20 09:00:46 +0000 |
|---|---|---|
| committer | Helge Deller <[email protected]> | 2025-05-20 16:01:02 +0000 |
| commit | 7cbb015e2d3d6f180256cde0c908eab21268e7b9 (patch) | |
| tree | 58a45432dce3b63c7ee122d119367f14903ec869 /rust/helpers/helpers.c | |
| parent | parisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers (diff) | |
| download | kernel-7cbb015e2d3d6f180256cde0c908eab21268e7b9.tar.gz kernel-7cbb015e2d3d6f180256cde0c908eab21268e7b9.zip | |
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: [email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Helge Deller <[email protected]>
Diffstat (limited to 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions
