mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-14 17:11:06 +00:00
math/test-sinl-pseudo: Use stack protector only if available
This fixes commit9333498794
("Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487)."). (cherry picked from commitc10acd4026
)
This commit is contained in:
parent
57700813eb
commit
949fbe7826
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user