diff options
Diffstat (limited to 'libpthread/Makefile')
-rw-r--r-- | libpthread/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libpthread/Makefile b/libpthread/Makefile index c16485f66..1218b5cc8 100644 --- a/libpthread/Makefile +++ b/libpthread/Makefile @@ -28,13 +28,10 @@ LIBTHREAD_DB=libthread_db.a LIBTHREAD_DB_SHARED=libthread_db.so LIBTHREAD_DB_SHARED_FULLNAME=libthread_db-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so -DIRS= -ifeq ($(strip $(UCLIBC_HAS_THREADS)),y) - DIRS+=linuxthreads +DIRS=linuxthreads ifeq ($(strip $(PTHREADS_DEBUG_SUPPORT)),y) DIRS+=linuxthreads_db endif -endif ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y) SHARED_START_FILES = $(TOPDIR)lib/crti.o $(LIBGCC_DIR)crtbeginS.o |