Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.inc « xtensa « machine « libm « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c95a56dd8af8c482c8d4a63406b9696a293a3f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%C%_src = \
	%D%/feclearexcept.c %D%/fegetenv.c %D%/fegetexcept.c %D%/fegetexceptflag.c \
	%D%/fegetround.c %D%/feholdexcept.c %D%/feraiseexcept.c %D%/fetestexcept.c \
	%D%/feupdateenv.c

if XTENSA_XCHAL_HAVE_FP_SQRT
%C%_src += \
	%D%/ef_sqrt.c
endif

libm_a_CFLAGS_%C% = -D_LIBM
libm_a_SOURCES += $(%C%_src)