From ecc762828cd06189eec73713731788f97b4bb891 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 14 Jul 2010 19:44:03 +0200 Subject: nptl: x86_64: fix compilation of unwinder Signed-off-by: Bernhard Reutner-Fischer --- libpthread/nptl/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/nptl/Makefile.in') diff --git a/libpthread/nptl/Makefile.in b/libpthread/nptl/Makefile.in index 7f2070529..c1eee8e24 100644 --- a/libpthread/nptl/Makefile.in +++ b/libpthread/nptl/Makefile.in @@ -14,7 +14,7 @@ include $(libpthread_DIR)/sysdeps/Makefile.in libc-shared-routines-y = forward.c libc-cancellation.c libc-static-routines-y = alloca_cutoff.c libc-cancellation.c -libpthread-shared-only-routines-y = version.c #pt-allocrtsig unwind-forcedunwind +libpthread-shared-only-routines-y = version.c libpthread-static-only-routines-y = pthread_atfork.c libpthread-routines- += $(notdir $(wildcard $(libpthread_DIR)/gen_*.c)) # dummy generated files libpthread-routines- += allocatestack.c # dummy included by pthread_create.c -- cgit v1.2.3