Like in the title : How do I build boost universal libraries for x86 and x64 architecture ?
Thanks
Add architecture=combined
to build both Intel and PowerPC. Add address-model=32_64
to build both x86 and x64 in one package. See Apple Darwin gcc
bjam toolset=darwin --with-... address-model=32_64 architecture=combined