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