$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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
>