In article ,
Paul Goyette 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 de
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 wit
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 r
On Thu, May 29, 2014 at 07:56:31AM +1000, matthew green wrote:
>
> Joerg Sonnenberger writes:
> > On Wed, May 28, 2014 at 04:41:06PM +, matthew green wrote:
> > > Module Name: src
> > > Committed By: mrg
> > > Date: Wed May 28 16:41:06 UTC 2014
> > >
> > > Modified Files:
Joerg Sonnenberger writes:
> On Wed, May 28, 2014 at 04:41:06PM +, matthew green wrote:
> > Module Name:src
> > Committed By: mrg
> > Date: Wed May 28 16:41:06 UTC 2014
> >
> > Modified Files:
> > src/external/gpl3/gcc/lib/libstdc++-v3: Makefile
> >
> > Log Me
On Wed, May 28, 2014 at 04:41:06PM +, matthew green wrote:
> Module Name: src
> Committed By: mrg
> Date: Wed May 28 16:41:06 UTC 2014
>
> Modified Files:
> src/external/gpl3/gcc/lib/libstdc++-v3: Makefile
>
> Log Message:
> add -pthread to compiler/linker flags. fixes 1/3 of