2.9
[glibc/nacl-glibc.git] / sysdeps / ia64 / Makefile
blob2ea937ac9e3385bd86eecaf7e7e5fbe34983b65e
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__
10 sysdep_routines += hp-timing
11 elide-routines.os += hp-timing
13 ifeq (yes,$(build-shared))
14 # Compatibility
15 sysdep_routines += ia64libgcc
16 shared-only-routines += ia64libgcc
17 endif
18 endif
20 ifeq ($(subdir),elf)
21 sysdep-dl-routines += dl-symaddr dl-fptr
22 sysdep_routines += $(sysdep-dl-routines)
23 sysdep-rtld-routines += $(sysdep-dl-routines)
24 endif