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