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

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

libm_a_SOURCES += $(%C%_src)

# fenv.c cannot be compiled as mips16 since it uses the cfc1 instruction.
libm_a_CFLAGS_%C%_fenv.c = -mno-mips16