diff options
Diffstat (limited to 'sysdeps/ia64/fpu/Makefile')
-rw-r--r-- | sysdeps/ia64/fpu/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/ia64/fpu/Makefile b/sysdeps/ia64/fpu/Makefile new file mode 100644 index 0000000000..e5237ffa84 --- /dev/null +++ b/sysdeps/ia64/fpu/Makefile @@ -0,0 +1,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 |