lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | # We don't support long doubles as a distinct type. We don't need to set |
2 | # this variable; it's here mostly for documentational purposes. | ||||
3 | |||||
4 | long-double-fcts = no | ||||
5 | |||||
6 | ifeq ($(subdir),gmon) | ||||
7 | sysdep_routines += _mcount | ||||
8 | endif | ||||
9 | |||||
10 | ifeq ($(subdir),elf) | ||||
11 | # Extra shared linker files to link only into dl-allobjs.so. | ||||
12 | sysdep-rtld-routines += dl-start __tls_get_addr | ||||
13 | endif |