lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | long-double-fcts = yes |
2 | |||||
3 | ifeq ($(subdir),debug) | ||||
4 | CFLAGS-backtrace.c += -funwind-tables | ||||
5 | endif | ||||
6 | |||||
7 | ifeq ($(subdir),elf) | ||||
8 | sysdep-dl-routines += tlsdesc dl-tlsdesc | ||||
9 | gen-as-const-headers += dl-link.sym | ||||
10 | endif | ||||
11 | |||||
12 | ifeq ($(subdir),csu) | ||||
13 | gen-as-const-headers += tlsdesc.sym | ||||
14 | endif |