Boost logo

Boost-Build :

Subject: Re: [Boost-build] Using toolset with multiple version of the same compiler
From: Edward Diener (eldiener_at_[hidden])
Date: 2013-05-05 23:47:56


On 5/5/2013 8:40 PM, Steven Watanabe wrote:
> AMDG
>
> On 05/05/2013 02:30 PM, Edward Diener wrote:
>> In my user-config.jam I have multiple versions of the same compiler with
>> the same name, let's say 'clang', invoked from separate places. When
>> passing a toolset on the command line, via 'b2 toolset=clang ... ', how
>> do I tell Boost build which verion of clang in my user-config.jam to use ?
>>
>
> Add -/version/ to the toolset name. e.g.
> b2 toolset=clang-3.1,clang-3.2

Thanks !

Can I pass multiple toolsets, as you have above, when invoking b2 ? If
so, is the effect of doing so to run the jamfile with each toolset in turn ?


Boost-Build 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