* sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
[glibc.git] / sysdeps / x86_64 / Makefile
blobedbdac0e34f49ec26d098188437a274162a93778
1 # The i387 `long double' is a distinct type we support.
2 long-double-fcts = yes
4 ifeq ($(subdir),csu)
5 sysdep_routines += hp-timing
6 elide-routines.os += hp-timing
7 endif
9 ifeq ($(subdir),gmon)
10 sysdep_routines += _mcount
11 endif
13 ifeq ($(subdir),string)
14 sysdep_routines += cacheinfo
15 endif