diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-06 14:49:17 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-06 14:49:17 +0000 |
commit | 7711a9b8e870372e19f6bea41a70baa0ea2878dd (patch) | |
tree | 25e6076580afd740b38ebb92b827c8ca0438baa9 /libpthread/Makefile | |
parent | 0a2d7c0bb713079a668162883e5ccdacf92f4beb (diff) |
Several pthreads updates. Enable linuxthreads_db. Several fixes
related to thread local storage.
-Erik
Diffstat (limited to 'libpthread/Makefile')
-rw-r--r-- | libpthread/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libpthread/Makefile b/libpthread/Makefile index 8a726fe69..1bf8e8c66 100644 --- a/libpthread/Makefile +++ b/libpthread/Makefile @@ -30,11 +30,7 @@ LIBTHREAD_DB_SHARED_FULLNAME=libthread_db-$(MAJOR_VERSION).$(MINOR_VERSION).$(SU DIRS= ifeq ($(strip $(INCLUDE_THREADS)),true) - DIRS+=linuxthreads -# For now, don't build the debug library since it doesn't work yet anyways... -#ifeq ($(strip $(DODEBUG)),true) -# DIRS+=linuxthreads_db -#endif + DIRS+=linuxthreads linuxthreads_db endif ALL_SUBDIRS = linuxthreads linuxthreads_db |