summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/Makefile
blob: edbdac0e34f49ec26d098188437a274162a93778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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

ifeq ($(subdir),string)
sysdep_routines += cacheinfo
endif