From 0e9f7a84299ce023af3d17861e34fee13414234a Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Fri, 29 Mar 2013 17:22:32 +0000 Subject: [PATCH] Don't force the standard library to be stlport for sun. It interferes with anyone who wants to use stdcxx. Fixes #7613. [SVN r83631] --- Jamroot | 3 --- 1 file changed, 3 deletions(-) diff --git a/Jamroot b/Jamroot index e27270635c..890f87cf64 100644 --- a/Jamroot +++ b/Jamroot @@ -143,9 +143,6 @@ project boost # Used to encode variant in target name. See the 'tag' rule below. @$(__name__).tag @handle-static-runtime - # The standard library Sun compilers use by default has no chance - # of working with Boost. Override it. - sun:sun-stlport # Comeau does not support shared lib como:static como-linux:_GNU_SOURCE=1