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:
@@ -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 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user