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
Implement mkstemps and mkstemps64.
[glibc.git]
/
sysdeps
/
i386
/
i686
/
Makefile
blob
dbcf1c33d3c942f9450e1ca29ed81099417ab8ef
1
ifeq
($(
subdir
),
csu
)
2
sysdep_routines
+=
hp-timing
3
elide-routines.os
+=
hp-timing
4
endif
5
6
# So that we can test __m128's alignment
7
stack-align-test-flags
+= -
msse
8
9
ifeq
($(
subdir
),
string
)
10
sysdep_routines
+=
cacheinfo
11
endif