Boost logo

Boost-Build :

Subject: Re: [Boost-build] Include / library configuration in site-config.jam
From: Christian Auby (christian_at_[hidden])
Date: 2010-01-06 16:00:20


I really doubt you're supposed to do it this way, the manual does it
like I did earlier:

http://www.boost.org/doc/tools/build/doc/html/bbv2/tasks/crosscompile.html

I guess it might be a bug in the conditionals? e.g. it only checks
compiler first (gcc/msvc) and if that matches, is satisfied.

Christian

On 1/6/2010 4:16 PM, Rene Rivera wrote:
> Christian Auby wrote:
>> Can I have both:
>>
>> using gcc;
>> using gcc : : arm-none-linux-gnueabi-g++ : <architecture>arm ;
>>
>> I thought the last "argument" was a definition, not a requirement.
>
> IIRC, yes you can. But you might have to also do:
>
> using gcc : : : <architecture>x86 ;
> using gcc : : arm-none-linux-gnueabi-g++ : <architecture>arm ;
>
> They are all arguments defining the toolset :-) But in the case of that
> last one it's a set of requirements for using the toolset.
>
>


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