mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +00:00
gcc on IRIX does not support multi-threading (yet), so don't use -pthread
[SVN r19045]
This commit is contained in:
@@ -127,6 +127,10 @@ else if $(UNIX)
|
||||
flags gcc LINKFLAGS <threading>multi : -pthread ;
|
||||
# there is no -lrt on BSD
|
||||
}
|
||||
case IRIX :
|
||||
{
|
||||
# gcc on IRIX does not support multi-threading, don't set anything here.
|
||||
}
|
||||
case * :
|
||||
{
|
||||
flags gcc CFLAGS <threading>multi : -pthread ;
|
||||
|
||||
@@ -127,6 +127,10 @@ else if $(UNIX)
|
||||
flags gcc LINKFLAGS <threading>multi : -pthread ;
|
||||
# there is no -lrt on BSD
|
||||
}
|
||||
case IRIX :
|
||||
{
|
||||
# gcc on IRIX does not support multi-threading, don't set anything here.
|
||||
}
|
||||
case * :
|
||||
{
|
||||
flags gcc CFLAGS <threading>multi : -pthread ;
|
||||
|
||||
Reference in New Issue
Block a user