
18 Dec
2009
18 Dec
'09
12:34 p.m.
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