On Mon, Aug 27, 2012 at 7:35 PM, Brian Slesinsky <skybr...@google.com>wrote:

> While I'm here, does anyone know what the deal is with 32-bit versus
> 64-bit architecture on the Mac? It looks like we only have one Darwin
> directory per gecko version under plugin-sdks, unlike Linux where we have
> both 32-bit and 64-bit.
>

Mac uses fat binaries/libraries, so multiple architectures are stuffed into
one file.  Older versions had ppc and x86, now they have x86 and x86_64.
 IIRC, you have to pass extra -arch flags for each architecture you want to
build/link.

-- 
John A. Tamplin

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to