$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-11-08 08:09:01
Sergey Nik wrote:
> Sorry, I send my previous mail to fast :)
> I also interested in following topic (cross-compiling) that is why i'm
> here...
> So my point as follows:
> if I set some perfix for toolset (mips2_nfp_le- or arm-linux- or etc.) it
> would be great put this prefix for all bintools also.
>
> Is it possible?
Boost.Build, to the best of my knowledge, only uses g++ and ar. For
ar, you can use <archiver>xxx option when initializating gcc toolset.
- Volodya