glibc/sysdeps/x86_64/Makefile

12 lines
223 B
Makefile

# The i387 `long double' is a distinct type we support.
long-double-fcts = yes
ifeq ($(subdir),csu)
sysdep_routines += hp-timing
elide-routines.os += hp-timing
endif
ifeq ($(subdir),gmon)
sysdep_routines += _mcount
endif