mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 06:40:09 +00:00
d5efd131d4
This is a simple copy of the last version of ia64 in the main tree. It does not work as-is, but serves as a basis for follow up changes to restore it to working order. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25 lines
529 B
Makefile
25 lines
529 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__
|
|
sysdep_routines += hp-timing
|
|
elide-routines.os += hp-timing
|
|
|
|
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
|