On Mon, Jan 24, 2011 at 12:18 PM, Robert Relyea <rrel...@redhat.com> wrote: > > (I always thought the > universal binaries were built by building each arch separately and then > combining them at the end).
This is correct. It is also possible to build for two arches in one pass, for example, gcc -arch i386 -arch x86_64. GCC still compiles each file twice in this method. This method does have one limitation -- you can't define an arch-specific macro, such as -Di386 or -DNSS_X64 on the compiler command line. Wan-Teh -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto