glibc/sysdeps/i386/i686/Makefile

12 lines
221 B
Makefile

ifeq ($(subdir),csu)
sysdep_routines += hp-timing
elide-routines.os += hp-timing
endif
# So that we can test __m128's alignment
stack-align-test-flags += -msse
ifeq ($(subdir),string)
sysdep_routines += cacheinfo
endif