Fix isinf/isnan declaration conflict with C++11
[glibc.git] / sysdeps / alpha / soft-fp / Makefile
blob83baa7c49d9ea726c02f5c83d227f18539da756e
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 fraiseexcpt
7 endif
9 ifeq ($(subdir),math)
10 CPPFLAGS += -I../soft-fp
11 endif