svn commit: trunk/uClibc/libc/misc/pthread

Mike Frysinger vapier at gentoo.org
Thu Dec 29 10:42:59 UTC 2005


On Thursday 29 December 2005 05:29, Peter S. Mazinger wrote:
> On Wed, 28 Dec 2005 vapier at uclibc.org wrote:
> > --- trunk/uClibc/libc/misc/pthread/Makefile.in
> > +++ trunk/uClibc/libc/misc/pthread/Makefile.in
> > -libc-multi-$(UCLIBC_HAS_THREADS)+=$(MISC_PTHREAD_DIR)/no-tsd.c
> > -libc-nomulti-$(UCLIBC_HAS_THREADS)+=$(MISC_PTHREAD_OUT)/weaks.o
> > +objclean-y += misc_pthread_objclean
>
> please don't get rid of these multi/nomulti markings (unless you enable
> DOMULTI they are unused), it will help later to find the offending sources
> that do not like building them like this (the markings currently covers
> cases when gcc-3.4.4/gcc-4.0.0/gcc-4.0.2 fails, so your compiler could as
> well let it build, but then the other one could fail)

with the new pthread weak handling, weaks.c will no longer exist thus the 
multi stuff here is not needed
-mike



More information about the uClibc mailing list