Remove "[Add new features here]" for 2.27
[glibc.git] / sysdeps / ia64 / Makefile
bloba4305d524d8c66ac478490f7936297d207df91a0
1 # The ia64 `long double' is a distinct type we support.
2 long-double-fcts = yes
4 ifeq ($(subdir),math)
5 # sqrtf128 requires soft-fp.
6 CPPFLAGS += -I../soft-fp
7 endif
9 ifeq ($(subdir),gmon)
10 sysdep_routines += _mcount
11 endif
13 ifeq ($(subdir), csu)
14 CPPFLAGS-start.S = -D__ASSEMBLY__
16 ifeq (yes,$(build-shared))
17 # Compatibility
18 sysdep_routines += ia64libgcc
19 shared-only-routines += ia64libgcc
20 endif
21 endif
23 ifeq ($(subdir),elf)
24 sysdep-dl-routines += dl-symaddr dl-fptr
25 endif