Copy-edit NEWS and fixup ChangeLog entries.
[glibc.git] / sysdeps / x86 / Makefile
blob3e87a7706923181bf6100eed796a21670f35d662
1 ifeq ($(subdir),elf)
2 CFLAGS-.os += $(if $(filter $(@F),$(patsubst %,%.os,$(all-rtld-routines))),\
3 -mno-sse -mno-mmx)
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) '$(NM)' '$(OBJDUMP)' '$(READELF)' > $@
9 endif