Compile x86 rtld with -mno-sse -mno-mmx
[glibc.git] / sysdeps / x86 / Makefile
blobf25d1e24158b6abd1c24e47462aa0682ec0ecd09
1 ifeq ($(subdir),elf)
2 CFLAGS-.os += $(if $(filter $(@F),$(patsubst %,%.os,$(all-rtld-routines))),\
3 -mno-sse -mno-mmx)
4 endif