glibc/sysdeps/x86/Makefile
2012-11-02 18:43:27 -07:00

5 lines
128 B
Makefile

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