2d7faa721d
2001-02-19 Ulrich Drepper <drepper@redhat.com> * sysdeps/ia64/fpu/Makefile (libm-sysdep-routines): Add libm_error, libm_frexp4, libm_frexp4f, libm_frexp4l, and all the functions also in libc. (routines): Replace libm_error with libc_libm_error. * sysdeps/ia64/fpu/Dist: Add libc_libm_error.c. * sysdeps/ia64/fpu/libc_libm_error.c: New file.
10 lines
318 B
Makefile
10 lines
318 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
|
|
|
|
routines += libm_frexp4 libm_frexp4f libm_frexp4l libc_libm_error
|
|
CPPFLAGS += -DSIZE_INT_32
|
|
endif
|