repo.or.cz
/
glibc-ports.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
obsolete files removed
[glibc-ports.git]
/
sysdeps
/
powerpc
/
nofpu
/
Makefile
blob
9fde4a51a941b8919031f6b877245794cfb45eda
1
# Makefile fragment for PowerPC with no FPU.
2
3
ifeq
($(
subdir
),
soft-fp
)
4
sysdep_routines
+= $(
gcc-single-routines
) $(
gcc-double-routines
)
\
5
$(
gcc-quad-routines
)
sim-full
6
endif
7
8
ifeq
($(
subdir
),
math
)
9
libm-support
+=
fenv_const fe_nomask
10
endif