2.9
[glibc/nacl-glibc.git] / sysdeps / alpha / soft-fp / Makefile
blob5410a78984e37ad0901c4657dab60c67264ffcf6
1 # Software floating-point emulation.
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
8 ifeq ($(subdir),math)
9 CPPFLAGS += -I../soft-fp
10 endif