Browse Source

Cleanup original linuxthreads and update top-level threads makefiles.

"Steven J. Hill" 19 years ago
parent
commit
fd56c55827
2 changed files with 2 additions and 5 deletions
  1. 1 1
      libpthread/Makefile
  2. 1 4
      libpthread/linuxthreads/Makefile

+ 1 - 1
libpthread/Makefile

@@ -68,7 +68,7 @@ ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 	SHARED_END_FILES = $(LIBGCC_DIR)crtendS.o $(TOPDIR)lib/crtn.o
 endif
 
-ALL_SUBDIRS = linuxthreads linuxthreads_db
+ALL_SUBDIRS = linuxthreads linuxthreads_db nptl nptl_db
 
 all: $(LIBPTHREAD) $(LIBTHREAD_DB)
 

+ 1 - 4
libpthread/linuxthreads/Makefile

@@ -39,10 +39,7 @@ CFLAGS :=$(CFLAGS:-O0=-O1)
 
 # set up system dependencies include dirs (NOTE: order matters!)
 PTDIR = $(TOPDIR)libpthread/linuxthreads/
-SYSDEPINC = -I$(PTDIR)sysdeps/unix/sysv/linux \
-            -I$(PTDIR)sysdeps/pthread \
-            -I$(PTDIR)sysdeps/unix/sysv \
-            -I$(PTDIR)sysdeps/unix/unix \
+SYSDEPINC = -I$(PTDIR)sysdeps/pthread \
             -I$(PTDIR)sysdeps/$(TARGET_ARCH) \
             -I$(PTDIR)sysdeps \
             -I$(TOPDIR)libc/sysdeps/linux/$(TARGET_ARCH)