blob: e5237ffa84b9baba00131205a6583824c40ccb1e (
plain) (
blame)
1
2
3
4
5
6
7
|
ifeq ($(subdir),math)
libm-sysdep_routines += libm_atan2_reg s_matherrf s_matherrl libm_reduce \
libm_tan
routines += libm_frexp4 libm_frexp4f libm_frexp4l libm_error
CPPFLAGS += -DSIZE_INT_32
endif
|