mirror-linux/arch/parisc/boot/compressed
Nathan Chancellor ec4c28276c
kbuild: Consolidate C dialect options
Introduce CC_FLAGS_DIALECT to make it easier to update the various
places in the tree that rely on the GNU C standard and Microsoft
extensions flags atomically. All remaining uses of '-std=gnu11' and
'-fms-extensions' are in the tools directory (which has its own build
system) and other standalone Makefiles. This will allow the kernel to
use a narrower option to enable the Microsoft anonymous tagged structure
extension in a simpler manner. Place the CC_FLAGS_DIALECT block after
the configuration include (so that a future change can move the
selection of the flag to Kconfig) but before the
arch/$(SRCARCH)/Makefile include (so that CC_FLAGS_DIALECT is available
for use in those Makefiles).

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Nicolas Schier <nsc@kernel.org>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Helge Deller <deller@gmx.de>  # parisc
Link: https://patch.msgid.link/20260223-fms-anonymous-structs-v1-1-8ee406d3c36c@kernel.org
Signed-off-by: Nicolas Schier <nsc@kernel.org>
2026-03-12 12:52:37 +01:00
..
.gitignore parisc: decompressor: do not copy source files while building 2022-01-05 01:22:13 +01:00
Makefile kbuild: Consolidate C dialect options 2026-03-12 12:52:37 +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
misc.c parisc: Inline a type punning version of get_unaligned_le32() 2026-01-14 08:56:41 +01: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