From 52f20402e80866ae859503f732d2fb41db19aa36 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Fri, 11 Jul 2003 12:20:19 +0000 Subject: [PATCH] gcc on IRIX does not support multi-threading (yet), so don't use -pthread [SVN r19045] --- gcc-tools.jam | 4 ++++ v1/gcc-tools.jam | 4 ++++ 2 files changed, 8 insertions(+) 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 ;