diff --git a/lib/libssp/Makefile b/lib/libssp/Makefile index 63c4f5e6557f..e09c4d3d2a2e 100644 --- a/lib/libssp/Makefile +++ b/lib/libssp/Makefile @@ -17,4 +17,8 @@ SRCS= stack_protector.c fortify_stubs.c CFLAGS.fortify_stubs.c= -Wno-unused-parameter +# Stack protection on libssp symbols should be considered harmful, as we may +# be talking about, for example, the guard setup constructor. +SSP_CFLAGS:= + .include