summaryrefslogtreecommitdiff
path: root/sysdeps/aarch64/Makefile
blob: 94baaf52dda4b801158d597b6fc512fb6eabf405 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
long-double-fcts = yes

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

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

ifeq ($(subdir),gmon)
CFLAGS-mcount.c += -mgeneral-regs-only
endif

ifeq ($(subdir),math)
CPPFLAGS += -I../soft-fp
endif