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 41e7a72 commit 91218d7Copy full SHA for 91218d7
arch/x86/purgatory/Makefile
@@ -12,7 +12,7 @@ $(obj)/string.o: $(srctree)/arch/x86/boot/compressed/string.c FORCE
12
$(obj)/sha256.o: $(srctree)/lib/crypto/sha256.c FORCE
13
$(call if_changed_rule,cc_o_c)
14
15
-CFLAGS_sha256.o := -D__DISABLE_EXPORTS
+CFLAGS_sha256.o := -D__DISABLE_EXPORTS -D__NO_FORTIFY
16
17
# When linking purgatory.ro with -r unresolved symbols are not checked,
18
# also link a purgatory.chk binary without -r to check for unresolved symbols.
0 commit comments