Update of /cvsroot/leaf/src/bering-uclibc4/source/buildenv
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30533

Modified Files:
        .config buildtool.cfg buildtool.mk 
Added Files:
        sysdep.patch 
Log Message:
Fixed libpthread (switched to NPTL)


Index: .config
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/buildenv/.config,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** .config     11 Jun 2010 14:28:44 -0000      1.3
--- .config     6 Jul 2010 23:18:39 -0000       1.4
***************
*** 2,6 ****
  # Automatically generated make config: don't edit
  # Version: 0.9.30.3
! # Fri Jun 11 17:27:43 2010
  #
  # TARGET_alpha is not set
--- 2,6 ----
  # Automatically generated make config: don't edit
  # Version: 0.9.30.3
! # Wed Jul  7 00:59:44 2010
  #
  # TARGET_alpha is not set
***************
*** 91,95 ****
  UCLIBC_HAS_THREADS=y
  # PTHREADS_DEBUG_SUPPORT is not set
! LINUXTHREADS_OLD=y
  UCLIBC_HAS_SYSLOG=y
  UCLIBC_HAS_LFS=y
--- 91,96 ----
  UCLIBC_HAS_THREADS=y
  # PTHREADS_DEBUG_SUPPORT is not set
! # LINUXTHREADS_OLD is not set
! LINUXTHREADS_NEW=y
  UCLIBC_HAS_SYSLOG=y
  UCLIBC_HAS_LFS=y
***************
*** 227,234 ****
  # uClibc development/debugging options
  #
! CROSS_COMPILER_PREFIX="/root/LEAF/new-2.6/buildtool/staging/bin/i386-linux-"
  UCLIBC_EXTRA_CFLAGS=""
  # DODEBUG is not set
- # DODEBUG_PT is not set
  DOSTRIP=y
  # DOASSERTS is not set
--- 228,234 ----
  # uClibc development/debugging options
  #
! CROSS_COMPILER_PREFIX="/var/testpoint/LEAF/buildtool/staging/bin/i386-linux-"
  UCLIBC_EXTRA_CFLAGS=""
  # DODEBUG is not set
  DOSTRIP=y
  # DOASSERTS is not set

--- NEW FILE: sysdep.patch ---
diff -aur uClibc-0.9.31.orig/libpthread/linuxthreads/sysdeps/i386/useldt.h 
uClibc-0.9.31/libpthread/linuxthreads/sysdeps/i386/useldt.h
--- uClibc-0.9.31.orig/libpthread/linuxthreads/sysdeps/i386/useldt.h    
2010-04-02 18:34:27.000000000 +0300
+++ uClibc-0.9.31/libpthread/linuxthreads/sysdeps/i386/useldt.h 2010-07-07 
01:42:45.168582545 +0300
@@ -22,7 +22,7 @@
 #ifndef __ASSEMBLER__
 #include <stddef.h>    /* For offsetof.  */
 #include <stdlib.h>    /* For abort().  */
-#include <sysdep.h>
+#include <sys/syscall.h>
 
 
 /* We don't want to include the kernel header. So duplicate the

Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/buildenv/buildtool.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** buildtool.cfg       8 May 2010 22:10:28 -0000       1.2
--- buildtool.cfg       6 Jul 2010 23:18:39 -0000       1.3
***************
*** 95,96 ****
--- 95,103 ----
        Envname = UC_PATCH1
  </File>
+ 
+ <File sysdep.patch>
+       Server = cvs4-sourceforge
+       Directory = buildenv
+       Revision = HEAD 
+       Envname = UC_PATCH2
+ </File>

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/buildenv/buildtool.mk,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** buildtool.mk        26 Apr 2010 09:03:04 -0000      1.1.1.1
--- buildtool.mk        6 Jul 2010 23:18:39 -0000       1.2
***************
*** 341,344 ****
--- 341,345 ----
        bzcat $(UCLIBC_SOURCE) | tar -xvf -
        zcat $(UC_PATCH1) | patch -d $(UCLIBC_DIR) -p1 
+       cat $(UC_PATCH2) | patch -d $(UCLIBC_DIR) -p1 
        touch $(UCLIBC_DIR)/.unpacked
  


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to