Boost logo

Boost-Build :

Subject: Re: [Boost-build] Built tools and cross compiling
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2015-12-19 01:01:39


AMDG

On 12/18/2015 10:27 PM, Tom wrote:
>
> You are right, though the actual cause of that problem was that I was
> using the gcc toolset on OS X instead of the darwin toolset.

Right. I forgot about that problem.

> After fixing
> that, I still don't understand why the cross-final target is placed in the
> location of the built tool, not the cross target.
>

  Oh. That one's easy. You're using clang as
the main toolset and only changing it to darwin
for cross. Thus, cross-final sees clang as its
toolset. I'm guessing that the behavior that
you want is to set the cross compiler as the main
toolset and change it to the host compiler for
built_tool only.

> I've updated the project to reflect the updated information.
>

In Christ,
Steven Watanabe


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