From c1ed2279c93615cfa47380c7007b2b145a1966a4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 6 Jul 2010 10:50:39 -0700 Subject: nptl: Filter out gen_tcb-offsets.c from CSRC for libpthread. Signed-off-by: Khem Raj --- libpthread/nptl/sysdeps/Makefile.commonarch | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpthread/nptl/sysdeps/Makefile.commonarch') diff --git a/libpthread/nptl/sysdeps/Makefile.commonarch b/libpthread/nptl/sysdeps/Makefile.commonarch index a7080c088..591173b31 100644 --- a/libpthread/nptl/sysdeps/Makefile.commonarch +++ b/libpthread/nptl/sysdeps/Makefile.commonarch @@ -17,6 +17,8 @@ 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)) + ifneq ($(TARGET_SUBARCH),) libpthread_subarch_SSRC := $(notdir $(wildcard $(libpthread_subarch_DIR)/*.S)) libpthread_arch_SSRC := $(filter-out $(libpthread_subarch_SSRC),$(libpthread_arch_SSRC)) -- cgit v1.2.3