blob: 3cd4d1e7524a78203ad325ef5ed4d5f11d16bb05 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001# 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
4long-double-fcts = no
5
6ifeq ($(subdir),gmon)
7sysdep_routines += _mcount
8endif
9
10ifeq ($(subdir),elf)
11# Extra shared linker files to link only into dl-allobjs.so.
12sysdep-rtld-routines += dl-start __tls_get_addr
13endif