X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnucompiler.cpp;h=5f69c0dca49ad5585153398cce07a20de07c9f32;hb=33202532d4afbebdef4047f6bd216eca22d27813;hp=ec1959afae67cfaf3a3f4a82e25e8a8c748f1a7a;hpb=7ed7c30ee0ceb734f17fe0c6d4bc6d37fb2ab5a7;p=builder.git diff --git a/source/gnucompiler.cpp b/source/gnucompiler.cpp index ec1959a..5f69c0d 100644 --- a/source/gnucompiler.cpp +++ b/source/gnucompiler.cpp @@ -121,7 +121,7 @@ Task *GnuCompiler::run(const Target &target) const else argv.push_back(format("-O%d", binfo.optimize)); } - if(binfo.threads) + if(binfo.threads && architecture->get_system()!="windows") argv.push_back("-pthread"); if((comp.get_type()==Component::LIBRARY || comp.get_type()==Component::MODULE) && architecture->get_system()!="windows") argv.push_back("-fPIC");