Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3



Paul Goyette writes:
> > Joerg Sonnenberger writes:
> >
> > > > IMO it is wrong to force every C++ program to link against
> > > > libpthread, which is not that cheap.
> > >
> > > i'd buy that -- except that libstdc++ now references
> > > pthread_create() directly, and i don't know how to deal with that.
> >
> > See how I did it for libc++? Make the reference weak and raise an
> > error for those things only that want to create a threead.
> 
> Just curious - is this going to be changed?

that's the plan, but i haven't even begun to look at it.  if someone
else wants to do it, please go ahead.  i don't expect to find time
anytime soon...


.mrg.


Home | Main Index | Thread Index | Old Index