Fix sparc struct fpu definition.
[glibc.git] / sysdeps / ia64 / Makefile
blob09e41f2417fab8361e938e81055801cd9fadf94a
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 sysdep_routines += $(sysdep-dl-routines)
21 sysdep-rtld-routines += $(sysdep-dl-routines)
22 endif