2.5-18.1
[jlayton/glibc.git] / sysdeps / alpha / soft-fp / Makefile
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