Also run tst-xmmymm.sh on i386 ld.so
[platform/upstream/glibc.git] / sysdeps / x86 / Makefile
1 ifeq ($(subdir),elf)
2 CFLAGS-.os += $(if $(filter $(@F),$(patsubst %,%.os,$(all-rtld-routines))),\
3                    -mno-sse -mno-mmx)
4
5 tests: $(objpfx)tst-xmmymm.out
6 $(objpfx)tst-xmmymm.out: ../sysdeps/x86/tst-xmmymm.sh $(objpfx)ld.so
7         @echo "Checking ld.so for SSE register use.  This will take a few seconds..."
8         $(SHELL) $< $(objpfx) > $@
9 endif