2
0
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:
Jens Maurer
2003-07-11 12:20:19 +00:00
parent 2980f74781
commit 52f20402e8
2 changed files with 8 additions and 0 deletions

View File

@@ -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 ;

View File

@@ -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 ;