blob: 5ebca89afaaefce53661d63971b88de3edcf92d5 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001# The ia64 `long double' is a distinct type we support.
2long-double-fcts = yes
3
4ifeq ($(subdir),gmon)
5sysdep_routines += _mcount
6endif
7
8ifeq ($(subdir), csu)
9CPPFLAGS-start.S = -D__ASSEMBLY__
10
11ifeq (yes,$(build-shared))
12# Compatibility
13sysdep_routines += ia64libgcc
14shared-only-routines += ia64libgcc
15endif
16endif
17
18ifeq ($(subdir),elf)
19sysdep-dl-routines += dl-symaddr dl-fptr
20endif