Subject: Re: [Boost-users] Build boost for i686 (instead of i386)
From: Václav Haisman (v.haisman_at_[hidden])
Date: 2009-12-18 07:34:06


On 15.12.2009 14:47, Christoph Duelli wrote:
> What do I have to pass to bjam to build Boost with i686 instead of the
> default i386 as cpu?
> (I am using Linux, with gcc 4.3.2)
>
> So far I am calling
> ./bjam architecture=x86 address-model=32
Try adding linkflags=-march=i686.

--
VH