Fix powerpc software sqrtf (bug 17967).
[glibc.git] / sysdeps / x86 / Makefile
blob19f5eca741af4e686748157586aea67e9357254e
1 ifeq ($(subdir),elf)
2 CFLAGS-.os += $(if $(filter $(@F),$(patsubst %,%.os,$(all-rtld-routines))),\
3 -mno-sse -mno-mmx)
5 tests-special += $(objpfx)tst-ld-sse-use.out
6 $(objpfx)tst-ld-sse-use.out: ../sysdeps/x86/tst-ld-sse-use.sh $(objpfx)ld.so
7 @echo "Checking ld.so for SSE register use. This will take a few seconds..."
8 $(BASH) $< $(objpfx) '$(NM)' '$(OBJDUMP)' '$(READELF)' > $@; \
9 $(evaluate-test)
10 endif