We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfc1f4 commit e847f6aCopy full SHA for e847f6a
arch/x86/purgatory/Makefile
@@ -16,7 +16,7 @@ KCOV_INSTRUMENT := n
16
# in turn leaves some undefined symbols like __fentry__ in purgatory and not
17
# sure how to relocate those. Like kexec-tools, use custom flags.
18
19
-KBUILD_CFLAGS := -fno-strict-aliasing -Wall -Wstrict-prototypes -fno-zero-initialized-in-bss -fno-builtin -ffreestanding -c -MD -Os -mcmodel=large
+KBUILD_CFLAGS := -fno-strict-aliasing -Wall -Wstrict-prototypes -fno-zero-initialized-in-bss -fno-builtin -ffreestanding -c -Os -mcmodel=large
20
KBUILD_CFLAGS += -m$(BITS)
21
KBUILD_CFLAGS += $(call cc-option,-fno-PIE)
22
0 commit comments