mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 10:21:05 +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>
28 lines
618 B
Makefile
28 lines
618 B
Makefile
ifeq ($(subdir),misc)
|
|
sysdep_headers += sys/rse.h
|
|
endif
|
|
|
|
ifeq ($(subdir),stdlib)
|
|
sysdep_routines += __start_context
|
|
gen-as-const-headers += sigcontext-offsets.sym
|
|
endif
|
|
|
|
ifeq ($(subdir),misc)
|
|
sysdep_headers += sys/io.h
|
|
sysdep_routines += ioperm clone2
|
|
endif
|
|
|
|
ifeq ($(subdir),elf)
|
|
sysdep-dl-routines += dl-static
|
|
sysdep_routines += $(sysdep-dl-routines)
|
|
sysdep-rtld-routines += $(sysdep-dl-routines)
|
|
endif
|
|
|
|
ifeq ($(subdir),rt)
|
|
librt-routines += rt-sysdep
|
|
endif
|
|
|
|
# This is a crude attempt to silence the compiler which complains about
|
|
# then 'current' definition in the kernel headers.
|
|
CPPFLAGS += -D_ASM_IA64_CURRENT_H
|