repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git]
/
newlib
/
libm
/
machine
/
nds32
/
Makefile.inc
blob
e404baac2742d9d6a3836b5f1b5e995d02c53959
1
%C%_src =
2
if HAS_NDS32_FPU_SP
3
%C%_src += %D%/wf_sqrt.S
4
endif
5
6
if HAS_NDS32_FPU_DP
7
%C%_src += %D%/w_sqrt.S
8
endif
9
10
libm_a_SOURCES += $(%C%_src)