math/test-sinl-pseudo: Use stack protector only if available

This fixes commit 9333498794 ("Avoid ldbl-96 stack
corruption from range reduction of pseudo-zero (bug 25487).").

(cherry picked from commit c10acd4026)
This commit is contained in:
Florian Weimer 2020-02-13 17:01:15 +01:00 committed by Aurelien Jarno
parent 57700813eb
commit 949fbe7826

View File

@ -18,5 +18,7 @@
ifeq ($(subdir),math)
tests += test-canonical-ldbl-96 test-totalorderl-ldbl-96 test-sinl-pseudo
ifeq ($(have-ssp),yes)
CFLAGS-test-sinl-pseudo.c += -fstack-protector-all
endif
endif # $(subdir) == math