|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r58027 - trunk
From: ghost_at_[hidden]
Date: 2009-11-29 02:59:32
Author: vladimir_prus
Date: 2009-11-29 02:59:32 EST (Sun, 29 Nov 2009)
New Revision: 58027
URL: http://svn.boost.org/trac/boost/changeset/58027
Log:
Add requirements for Comeau toolset.
Fixes #3692. Patch from Mateusz Loskot.
Text files modified:
trunk/Jamroot | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: trunk/Jamroot
==============================================================================
--- trunk/Jamroot (original)
+++ trunk/Jamroot 2009-11-29 02:59:32 EST (Sun, 29 Nov 2009)
@@ -186,6 +186,9 @@
# 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
: usage-requirements <include>.
: build-dir bin.v2
;
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk