* sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Don't
[glibc.git] / sysdeps / ia64 / Makefile
blob997a227f73c59442cec6dfa7bb2beeb8cc09675e
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 endif
13 ifeq ($(subdir),elf)
14 sysdep-dl-routines += dl-symaddr dl-fptr
15 sysdep_routines += $(sysdep-dl-routines)
16 sysdep-rtld-routines += $(sysdep-dl-routines)
17 endif