Blame sysdeps/aarch64/Makefile

Packit 6c4009
long-double-fcts = yes
Packit 6c4009
Packit 6c4009
ifeq ($(subdir),elf)
Packit 6c4009
sysdep-dl-routines += tlsdesc dl-tlsdesc
Packit 6c4009
gen-as-const-headers += dl-link.sym
Packit 6c4009
endif
Packit 6c4009
Packit 6c4009
ifeq ($(subdir),csu)
Packit 6c4009
gen-as-const-headers += tlsdesc.sym
Packit 6c4009
endif
Packit 6c4009
Packit 6c4009
ifeq ($(subdir),gmon)
Packit 6c4009
CFLAGS-mcount.c += -mgeneral-regs-only
Packit 6c4009
endif
Packit 6c4009
Packit 6c4009
ifeq ($(subdir),math)
Packit 6c4009
CPPFLAGS += -I../soft-fp
Packit 6c4009
endif