From 43a94c647d037b62b55a67f53304a2d3f9d7f66c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 3 Jul 2014 22:19:41 -0700 Subject: IA64: Consolidate nptl/ subdirectories under linux/... --- sysdeps/unix/sysv/linux/ia64/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdeps/unix/sysv/linux/ia64/Makefile') diff --git a/sysdeps/unix/sysv/linux/ia64/Makefile b/sysdeps/unix/sysv/linux/ia64/Makefile index bbfd6a2392..f1049c3c47 100644 --- a/sysdeps/unix/sysv/linux/ia64/Makefile +++ b/sysdeps/unix/sysv/linux/ia64/Makefile @@ -26,3 +26,7 @@ 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 + +ifeq ($(subdir),nptl) +libpthread-sysdep_routines += __ia64_longjmp unwind_longjmp __sigstack_longjmp +endif -- cgit 1.4.1