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 08:50:41


Were? I can't define it as gcc~arm in user-config.jam as that would make
boost have no idea how to use it.

Christian

On 1/6/2010 2:39 PM, Rene Rivera wrote:
> Christian Auby wrote:
>> I have two compilers defined, gcc and gcc-arm, for x86 and arm
>> respectively.
>>
>> I want to have separate include and library folders depending on which
>> compiler I am using, so I have this in my site-config.jam:
> [...]
>> I guess this might be me using the conditionals wrong but I'm not sure.
>
> Try renaming "gcc-arm" to "gcc~arm". The problem is likely that the
> "-arm" part is taken as the version number of gcc instead of a totally
> different toolset.
>
> HTH
>


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