2000-09-26 19:13:37 +00:00
|
|
|
# The ia64 `long double' is a distinct type we support.
|
|
|
|
long-double-fcts = yes
|
|
|
|
|
2000-11-28 17:48:02 +00:00
|
|
|
ifeq ($(subdir),gmon)
|
|
|
|
sysdep_routines += _mcount
|
|
|
|
endif
|
|
|
|
|
2000-05-05 16:49:44 +00:00
|
|
|
ifeq ($(subdir), csu)
|
|
|
|
CPPFLAGS-start.S = -D__ASSEMBLY__
|
2001-04-24 05:18:27 +00:00
|
|
|
sysdep_routines += hp-timing
|
2004-08-16 06:46:31 +00:00
|
|
|
elide-routines.os += hp-timing
|
2002-05-03 07:39:22 +00:00
|
|
|
|
|
|
|
ifeq (yes,$(build-shared))
|
|
|
|
# Compatibility
|
2004-12-22 20:10:10 +00:00
|
|
|
sysdep_routines += ia64libgcc
|
|
|
|
shared-only-routines += ia64libgcc
|
2002-05-03 07:39:22 +00:00
|
|
|
endif
|
|
|
|
endif
|
2000-05-05 16:49:44 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),elf)
|
2000-09-05 02:41:25 +00:00
|
|
|
sysdep-dl-routines += dl-symaddr dl-fptr
|
|
|
|
sysdep_routines += $(sysdep-dl-routines)
|
2000-09-08 21:10:45 +00:00
|
|
|
sysdep-rtld-routines += $(sysdep-dl-routines)
|
2000-05-05 16:49:44 +00:00
|
|
|
endif
|