|
Boost-Build : |
Subject: Re: [Boost-build] Include / library configuration in site-config.jam
From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2010-01-06 10:16:26
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.
-- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org (msn) - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim,yahoo,skype,efnet,gmail
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