2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

when compiling for multi-threading, need -lpthread library

[SVN r19067]
This commit is contained in:
Jens Maurer
2003-07-11 17:06:22 +00:00
parent e78392555c
commit 94bec3a1e0
2 changed files with 2 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ flags mipspro LINKFLAGS <debug-symbols>off : -s ;
flags mipspro FINDLIBS : m ;
flags mipspro DEFINES <threading>multi : _SGI_MP_SOURCE ;
flags mipspro FINDLIBS <threading>multi : pthread ;
flags mipspro CFLAGS : -nostdinc
-LANG:std -OPT:Olimit=0 -OPT:IEEE_NaN_inf=ON -no_auto_include

View File

@@ -61,6 +61,7 @@ flags mipspro LINKFLAGS <debug-symbols>off : -s ;
flags mipspro FINDLIBS : m ;
flags mipspro DEFINES <threading>multi : _SGI_MP_SOURCE ;
flags mipspro FINDLIBS <threading>multi : pthread ;
flags mipspro CFLAGS : -nostdinc
-LANG:std -OPT:Olimit=0 -OPT:IEEE_NaN_inf=ON -no_auto_include