float128: Add public _Float128 declarations to libm.
[glibc.git] / sysdeps / ia64 / Makefile
blob5ebca89afaaefce53661d63971b88de3edcf92d5
1 # The ia64 `long double' is a distinct type we support.
2 long-double-fcts = yes
4 ifeq ($(subdir),gmon)
5 sysdep_routines += _mcount
6 endif
8 ifeq ($(subdir), csu)
9 CPPFLAGS-start.S = -D__ASSEMBLY__
11 ifeq (yes,$(build-shared))
12 # Compatibility
13 sysdep_routines += ia64libgcc
14 shared-only-routines += ia64libgcc
15 endif
16 endif
18 ifeq ($(subdir),elf)
19 sysdep-dl-routines += dl-symaddr dl-fptr
20 endif