Boost logo

Boost-Build :

From: Foster Brereton (fosterb.boost_at_[hidden])
Date: 2006-03-10 12:31:38


[snip]

> I'm not sure I would consider fat as an architecture. I would think it's
> a different target type. After all it's created as a post process of
> building the x86 and power architecture binaries. Right?

[snip]

Probably, but if that's the case MacOS X can be stealthy about it.

There are utilities one can use to make fat binaries as a
post-compilation or post-linking step, but we don't use any of them.
Based on the build logs this would seem to be the way XCode builds
universal binaries.

However our use of bjam takes a different route. On a given call to
gcc I can specify both -arch i386 and -arch ppc, and the object file
that is built will contain the binaries for both. In this case the
linking phase, too, "just works".

Blessings,
Foster

--
Foster T. Brereton - Computer Scientist
Software Technology Lab, Adobe Systems Incorporated
fbrereto_at_[hidden]   --   http://opensource.adobe.com

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk