summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-07-06 19:56:10 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-07-06 19:56:10 +0200
commit13f9f3229bd7623352927f3b0de17e2b3f7a3ecc (patch)
tree33ca0834fcdcb839de144c30faa5421a61e8b362 /libpthread
parentc1ed2279c93615cfa47380c7007b2b145a1966a4 (diff)
nptl: disregard generated tcb-offsets.c
thanks to khem for noticing Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/nptl/sysdeps/Makefile.commonarch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/Makefile.commonarch b/libpthread/nptl/sysdeps/Makefile.commonarch
index 591173b31..0c192169a 100644
--- a/libpthread/nptl/sysdeps/Makefile.commonarch
+++ b/libpthread/nptl/sysdeps/Makefile.commonarch
@@ -17,7 +17,7 @@ endif
-include $(libpthread_arch_DIR)/Makefile.arch
libpthread_arch_SSRC := $(filter-out librt-%,$(filter-out libc-%,$(notdir $(wildcard $(libpthread_arch_DIR)/*.S))))
libpthread_arch_CSRC := $(filter-out librt-%,$(filter-out libc-%,$(notdir $(wildcard $(libpthread_arch_DIR)/*.c))))
-libpthread_arch_CSRC := $(filter-out gen_tcb-offsets.c, $(libpthread_arch_CSRC))
+libpthread_arch_CSRC := $(filter-out gen_%,$(libpthread_arch_CSRC))
ifneq ($(TARGET_SUBARCH),)
libpthread_subarch_SSRC := $(notdir $(wildcard $(libpthread_subarch_DIR)/*.S))