repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Include stdlib.h, list.h, sysdep.h and kernel-features.h.
[glibc.git]
/
sysdeps
/
x86_64
/
Makefile
blob
edbdac0e34f49ec26d098188437a274162a93778
1
# The i387 `long double' is a distinct type we support.
2
long-double-fcts
=
yes
3
4
ifeq
($(
subdir
),
csu
)
5
sysdep_routines
+=
hp-timing
6
elide-routines.os
+=
hp-timing
7
endif
8
9
ifeq
($(
subdir
),
gmon
)
10
sysdep_routines
+=
_mcount
11
endif
12
13
ifeq
($(
subdir
),
string
)
14
sysdep_routines
+=
cacheinfo
15
endif