2.5-18.1
[glibc.git] / sysdeps / ia64 / Makefile
blobbf43c9614461b60c7b2d5d58e82e4914082b31d5
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 += libgcc-compat
16 shared-only-routines += libgcc-compat
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