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