summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/Makefile.in
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-02 17:20:23 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-02 17:20:23 +0000
commit5ba22f8c12891bb04cd06c178de27b7d13451994 (patch)
tree4ff7d98057dc125ca517ade829b1f8b637fb7d38 /libpthread/linuxthreads/Makefile.in
parent02ee66189209f6ca0283a2628e6988c635e8f352 (diff)
Clean up DOMULTI for libm and add more files blocked earlier by syscall problem to libpthread
Diffstat (limited to 'libpthread/linuxthreads/Makefile.in')
-rw-r--r--libpthread/linuxthreads/Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/libpthread/linuxthreads/Makefile.in b/libpthread/linuxthreads/Makefile.in
index 3e705d15c..93bfd9099 100644
--- a/libpthread/linuxthreads/Makefile.in
+++ b/libpthread/linuxthreads/Makefile.in
@@ -22,8 +22,6 @@ ifeq ($(PTHREADS_DEBUG_SUPPORT),y)
STRIP_FLAGS:=-X --strip-debug -R .note -R .comment
endif
-#DOMULTI=n
-
LIB_NAME:=libpthread
libpthread_DIR:=$(top_srcdir)libpthread/linuxthreads
@@ -39,9 +37,7 @@ libpthread_SRC:=$(filter-out $(libpthread_DIR)/locale.c,$(libpthread_SRC))
endif
ifneq ($(DOMULTI),n)
-# full list, we added the biggest one to IMA
-#libpthread_NO_MULTI:=cancel.c condvar.c join.c manager.c mutex.c oldsemaphore.c pt-machine.c pthread.c rwlock.c semaphore.c specific.c spinlock.c
-libpthread_NO_MULTI:=cancel.c condvar.c join.c manager.c mutex.c oldsemaphore.c pt-machine.c rwlock.c semaphore.c specific.c spinlock.c
+libpthread_NO_MULTI:=manager.c pt-machine.c
libpthread_SRC:=$(filter-out $(patsubst %.c,$(libpthread_DIR)/%.c,$(libpthread_NO_MULTI)),$(libpthread_SRC))
endif