Build boost for i686 (instead of i386)

15 Dec
2009
15 Dec
'09
1:47 p.m.
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 Best regards Christoph

18 Dec
18 Dec
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
5611
Age (days ago)
5614
Last active (days ago)
1 comments
2 participants
participants (2)
-
Christoph Duelli
-
Václav Haisman