Blame sysdeps/ia64/Makefile

Packit 6c4009
# The ia64 `long double' is a distinct type we support.
Packit 6c4009
long-double-fcts = yes
Packit 6c4009
Packit 6c4009
ifeq ($(subdir),math)
Packit 6c4009
# sqrtf128 requires soft-fp.
Packit 6c4009
CPPFLAGS += -I../soft-fp
Packit 6c4009
endif
Packit 6c4009
Packit 6c4009
ifeq ($(subdir),gmon)
Packit 6c4009
sysdep_routines += _mcount
Packit 6c4009
endif
Packit 6c4009
Packit 6c4009
ifeq ($(subdir), csu)
Packit 6c4009
CPPFLAGS-start.S = -D__ASSEMBLY__
Packit 6c4009
Packit 6c4009
ifeq (yes,$(build-shared))
Packit 6c4009
# Compatibility
Packit 6c4009
sysdep_routines += ia64libgcc
Packit 6c4009
shared-only-routines += ia64libgcc
Packit 6c4009
endif
Packit 6c4009
endif
Packit 6c4009
Packit 6c4009
ifeq ($(subdir),elf)
Packit 6c4009
sysdep-dl-routines += dl-symaddr dl-fptr
Packit 6c4009
endif