mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
Don't force the standard library to be stlport for sun. It interferes with anyone who wants to use stdcxx. Fixes #7613.
[SVN r83631]
This commit is contained in:
parent
acac0f2a9e
commit
0e9f7a8429
1 changed files with 0 additions and 3 deletions
3
Jamroot
3
Jamroot
|
@ -143,9 +143,6 @@ project boost
|
|||
# Used to encode variant in target name. See the 'tag' rule below.
|
||||
<tag>@$(__name__).tag
|
||||
<conditional>@handle-static-runtime
|
||||
# The standard library Sun compilers use by default has no chance
|
||||
# of working with Boost. Override it.
|
||||
<toolset>sun:<stdlib>sun-stlport
|
||||
# Comeau does not support shared lib
|
||||
<toolset>como:<link>static
|
||||
<toolset>como-linux:<define>_GNU_SOURCE=1
|
||||
|
|
Loading…
Add table
Reference in a new issue