diff --git a/gcc-tools.jam b/gcc-tools.jam index 5b3f4e321..ee3bb1cd9 100644 --- a/gcc-tools.jam +++ b/gcc-tools.jam @@ -127,6 +127,10 @@ else if $(UNIX) flags gcc LINKFLAGS 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 multi : -pthread ; diff --git a/v1/gcc-tools.jam b/v1/gcc-tools.jam index 5b3f4e321..ee3bb1cd9 100644 --- a/v1/gcc-tools.jam +++ b/v1/gcc-tools.jam @@ -127,6 +127,10 @@ else if $(UNIX) flags gcc LINKFLAGS 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 multi : -pthread ;