glibc/sysdeps/x86/Makefile

5 lines
128 B
Makefile
Raw Normal View History

ifeq ($(subdir),elf)
CFLAGS-.os += $(if $(filter $(@F),$(patsubst %,%.os,$(all-rtld-routines))),\
-mno-sse -mno-mmx)
endif