glibc/sysdeps/ia64/fpu/Makefile
Andreas Schwab 42253fcdbd * sysdeps/ia64/fpu/Makefile: Modify sysdep_routines instead of
routines, and sysdep-CPPFLAGS instead of CPPFLAGS.
2001-03-07 18:04:19 +00:00

10 lines
332 B
Makefile

ifeq ($(subdir),math)
libm-sysdep_routines += libm_atan2_reg s_matherrf s_matherrl libm_reduce \
libm_tan libm_error \
$(calls) $(calls:=f) $(long-c-$(long-double-fcts)) \
libm_frexp4 libm_frexp4f libm_frexp4l
sysdep_routines += libm_frexp4 libm_frexp4f libm_frexp4l libc_libm_error
sysdep-CPPFLAGS += -DSIZE_INT_32
endif