mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
428dd03f5a
Without HP_TIMING_ACCUM, dl_hp_timing_overhead is write-only. If we remove it, there's no point in HP_TIMING_DIFF_INIT either.
23 lines
469 B
Makefile
23 lines
469 B
Makefile
# The ia64 `long double' is a distinct type we support.
|
|
long-double-fcts = yes
|
|
|
|
ifeq ($(subdir),gmon)
|
|
sysdep_routines += _mcount
|
|
endif
|
|
|
|
ifeq ($(subdir), csu)
|
|
CPPFLAGS-start.S = -D__ASSEMBLY__
|
|
|
|
ifeq (yes,$(build-shared))
|
|
# Compatibility
|
|
sysdep_routines += ia64libgcc
|
|
shared-only-routines += ia64libgcc
|
|
endif
|
|
endif
|
|
|
|
ifeq ($(subdir),elf)
|
|
sysdep-dl-routines += dl-symaddr dl-fptr
|
|
sysdep_routines += $(sysdep-dl-routines)
|
|
sysdep-rtld-routines += $(sysdep-dl-routines)
|
|
endif
|