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 91218d7 commit 4ce1e94Copy full SHA for 4ce1e94
arch/s390/purgatory/Makefile
@@ -10,7 +10,7 @@ PURGATORY_OBJS = $(addprefix $(obj)/,$(purgatory-y))
10
$(obj)/sha256.o: $(srctree)/lib/crypto/sha256.c FORCE
11
$(call if_changed_rule,cc_o_c)
12
13
-CFLAGS_sha256.o := -D__DISABLE_EXPORTS
+CFLAGS_sha256.o := -D__DISABLE_EXPORTS -D__NO_FORTIFY
14
15
$(obj)/mem.o: $(srctree)/arch/s390/lib/mem.S FORCE
16
$(call if_changed_rule,as_o_S)
0 commit comments