2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-19 02:12:17 +00:00

Removed pthread from hpux system libs per request of Boris

Grubenko (see http://docs.hp.com/en/8759/options.htm#opt-mt)


[SVN r37270]
This commit is contained in:
Dave Abrahams
2007-03-23 13:35:11 +00:00
parent 0f445e4efb
commit a5c9a2a414

View File

@@ -601,7 +601,7 @@ local rule system-library-dependencies ( target-os )
case darwin : return ;
case windows : return ;
case hpux : return pthread rt ;
case hpux : return rt ;
case * : return pthread dl <toolset>gcc:<library>util ;
}