Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7869
Modified Files:
Tag: RC_1_34_0
python.jam
Log Message:
Removed pthread from hpux system libs per request of Boris
Grubenko (see http://docs.hp.com/en/8759/options.htm#opt-mt)
Index: python.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/python.jam,v
retrieving revision 1.12.2.44
retrieving revision 1.12.2.45
diff -u -d -r1.12.2.44 -r1.12.2.45
--- python.jam 23 Mar 2007 04:43:27 -0000 1.12.2.44
+++ python.jam 23 Mar 2007 13:35:11 -0000 1.12.2.45
@@ -599,7 +599,7 @@
case darwin : return ;
case windows : return ;
- case hpux : return pthread rt ;
+ case hpux : return rt ;
case * : return pthread dl <toolset>gcc:<library>util ;
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs