[uClibc-cvs] svn commit: trunk/uClibc/libpthread: linuxthreads

sjhill at uclibc.org sjhill at uclibc.org
Wed May 11 23:41:37 UTC 2005


Author: sjhill
Date: 2005-05-11 17:41:36 -0600 (Wed, 11 May 2005)
New Revision: 10300

Log:
Cleanup original linuxthreads and update top-level threads makefiles.


Modified:
   trunk/uClibc/libpthread/Makefile
   trunk/uClibc/libpthread/linuxthreads/Makefile


Changeset:
Modified: trunk/uClibc/libpthread/Makefile
===================================================================
--- trunk/uClibc/libpthread/Makefile	2005-05-11 23:20:09 UTC (rev 10299)
+++ trunk/uClibc/libpthread/Makefile	2005-05-11 23:41:36 UTC (rev 10300)
@@ -68,7 +68,7 @@
 	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)
 

Modified: trunk/uClibc/libpthread/linuxthreads/Makefile
===================================================================
--- trunk/uClibc/libpthread/linuxthreads/Makefile	2005-05-11 23:20:09 UTC (rev 10299)
+++ trunk/uClibc/libpthread/linuxthreads/Makefile	2005-05-11 23:41:36 UTC (rev 10300)
@@ -39,10 +39,7 @@
 
 # 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)




More information about the uClibc-cvs mailing list