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 4ce1e94 commit 8762606Copy full SHA for 8762606
arch/riscv/purgatory/Makefile
@@ -31,7 +31,7 @@ $(obj)/strncmp.o: $(srctree)/arch/riscv/lib/strncmp.S FORCE
31
$(obj)/sha256.o: $(srctree)/lib/crypto/sha256.c FORCE
32
$(call if_changed_rule,cc_o_c)
33
34
-CFLAGS_sha256.o := -D__DISABLE_EXPORTS
+CFLAGS_sha256.o := -D__DISABLE_EXPORTS -D__NO_FORTIFY
35
CFLAGS_string.o := -D__DISABLE_EXPORTS
36
CFLAGS_ctype.o := -D__DISABLE_EXPORTS
37
0 commit comments