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
Define MADV_REMOVE.
[glibc-ports.git]
/
sysdeps
/
powerpc
/
nofpu
/
Makefile
blob
f85cb0b7a306829bb3162281641862b9fb7f364f
1
# Makefile fragment for PowerPC with no FPU.
2
3
ifeq
($(
subdir
),
soft-fp
)
4
sysdep_routines
+= $(
gcc-single-routines
) $(
gcc-double-routines
)
sim-full
5
endif
6
7
ifeq
($(
subdir
),
math
)
8
libm-support
+=
fenv_const fe_nomask
9
endif