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
* sysdeps/alpha/soft-fp/Makefile (CPPFLAGS): Add soft-fp include
[glibc-ports.git]
/
sysdeps
/
alpha
/
soft-fp
/
Makefile
blob
5410a78984e37ad0901c4657dab60c67264ffcf6
1
# Software floating-point emulation.
2
3
ifeq
($(
subdir
),
soft-fp
)
4
sysdep_routines
+=
ots_add ots_sub ots_mul ots_div ots_cmp ots_cmpe \
5
ots_cvtxq ots_cvtqx ots_cvtqux ots_cvttx ots_cvtxt ots_nintxq
6
endif
7
8
ifeq
($(
subdir
),
math
)
9
CPPFLAGS
+= -
I..
/
soft-fp
10
endif