about summary refs log tree commit diff
path: root/sysdeps/aarch64/Makefile
blob: 5af7a1655ee757c4ca4ab3f82ff65f4703470c6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
long-double-fcts = yes

ifeq ($(subdir),debug)
CFLAGS-backtrace.c += -funwind-tables
endif

ifeq ($(subdir),elf)
sysdep-dl-routines += tlsdesc dl-tlsdesc
sysdep_routines += tlsdesc dl-tlsdesc
sysdep-rtld-routines += tlsdesc dl-tlsdesc
gen-as-const-headers += dl-link.sym
endif

ifeq ($(subdir),csu)
gen-as-const-headers += tlsdesc.sym
endif