diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-07-14 19:44:03 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-07-14 19:44:03 +0200 |
commit | ecc762828cd06189eec73713731788f97b4bb891 (patch) | |
tree | 7ecb3151b0b33c799afb4993eded9a5174be0373 /libpthread/nptl/Makefile.in | |
parent | f71c0d8af11252f119fad04938ddd5501a7df21a (diff) |
nptl: x86_64: fix compilation of unwinder
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl/Makefile.in')
-rw-r--r-- | libpthread/nptl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |