[cfe-dev] clang patches for OpenBSD
Joerg Sonnenberger
joerg at britannica.bec.de
Fri Feb 18 10:11:19 PST 2011
On Fri, Feb 18, 2011 at 08:33:36PM +0300, Anton Korobeynikov wrote:
> > #elif __ALTIVEC__
> > Index: lib/Driver/Tools.cpp
> > ===================================================================
> > --- lib/Driver/Tools.cpp (revision 125833)
> > +++ lib/Driver/Tools.cpp (working copy)
> > @@ -3080,9 +3080,9 @@
> >
> > if (Args.hasArg(options::OPT_pthread))
> > CmdArgs.push_back("-pthread");
> > + //CmdArgs.push_back("-lpthread");
> And this as well.
This part is in the OpenBSD specific linker call.
Joerg
More information about the cfe-dev
mailing list