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



In article <Pine.NEB.4.64.1405301548250.17073%screamer.whooppee.com@localhost>,
Paul Goyette  <paul%whooppee.com@localhost> wrote:
>> 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?

I'll take a look at it.

christos



Home | Main Index | Thread Index | Old Index