1# The ia64 `long double' is a distinct type we support. 2long-double-fcts = yes 3 4ifeq ($(subdir),math) 5# sqrtf128 requires soft-fp. 6CPPFLAGS += -I../soft-fp 7endif 8 9ifeq ($(subdir),gmon) 10sysdep_routines += _mcount 11endif 12 13ifeq ($(subdir), csu) 14CPPFLAGS-start.S = -D__ASSEMBLY__ 15 16ifeq (yes,$(build-shared)) 17# Compatibility 18sysdep_routines += ia64libgcc 19shared-only-routines += ia64libgcc 20endif 21endif 22 23ifeq ($(subdir),elf) 24sysdep-dl-routines += dl-symaddr dl-fptr 25endif 26