repo.or.cz
/
glibc
/
history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
.
[glibc/history.git]
/
sysdeps
/
powerpc
/
fpu
/
Makefile
blob
ffacf1a754a1893d3303949f56392edbedeab237
1
ifeq
($(
subdir
),
math
)
2
libm-support
+=
fenv_const fe_nomask fe_mask t_sqrt
3
libm-tests
+=
test-powerpc-snan
4
5
# libm needs ld.so to access dl_hwcap
6
$(
objpfx
)
libm.so
: $(
elfobjdir
)/
ld
.so
7
endif
8
9
ifeq
($(
subdir
),
stdlib
)
10
tests
+=
tst-setcontext-fpscr
11
endif