]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/ia64/Makefile
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[thirdparty/glibc.git] / sysdeps / ia64 / Makefile
CommitLineData
09bf6406
UD
1# The ia64 `long double' is a distinct type we support.
2long-double-fcts = yes
3
6f9ebf8a
UD
4ifeq ($(subdir),gmon)
5sysdep_routines += _mcount
6endif
7
f1d86a93
UD
8ifeq ($(subdir), csu)
9CPPFLAGS-start.S = -D__ASSEMBLY__
295125c5 10sysdep_routines += hp-timing
813d9c0d 11elide-routines.os += hp-timing
38a7d8ba
UD
12
13ifeq (yes,$(build-shared))
14# Compatibility
a334319f
UD
15sysdep_routines += ia64libgcc
16shared-only-routines += ia64libgcc
38a7d8ba
UD
17endif
18endif
f1d86a93
UD
19
20ifeq ($(subdir),elf)
b79f74cd
UD
21sysdep-dl-routines += dl-symaddr dl-fptr
22sysdep_routines += $(sysdep-dl-routines)
d2033fe1 23sysdep-rtld-routines += $(sysdep-dl-routines)
f1d86a93 24endif