From 67224435a860826794ebcfe481bfd209d044ce29 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 6 Nov 2008 17:26:14 +0000 Subject: [PATCH] Key on solaris, not sunos, since sunos had last release in 1992, and solaris is what is the current name. [SVN r49616] --- src/tools/gcc.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/gcc.jam b/src/tools/gcc.jam index 356b0b4c1..77e7cd6c3 100644 --- a/src/tools/gcc.jam +++ b/src/tools/gcc.jam @@ -810,7 +810,7 @@ rule setup-threading ( targets * : sources * : properties * ) { option = -mthreads ; } - case sunos : + case solaris : { option = -pthreads ; libs = rt ;