[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Issues with building LuaJIT on Darwin as universal for x86 and x86-64
- From: Mike Pall <mikelu-1011@...>
- Date: Mon, 1 Nov 2010 18:36:10 +0100
Alistair Lynn wrote:
> I'm trying to build (as the subject line would suggest) LuaJIT
> on Darwin (Mac OS X) as a UB for both 32- and 64-bit x86.
I'm sorry, but building as a universal binary is not a supported
configuration for various intricate reasons. You've already
discovered a few of them.
Since LuaJIT makes use of all CPU features on both x86 and x64,
there's little performance difference. So if there's no other
compelling reason to create a multi-arch app, maybe just ship a
32 bit binary.
--Mike