From: Mike Pall Date: Thu, 14 Jan 2010 11:28:16 +0000 (+0100) Subject: Add build infrastructure for x64 interpreter. X-Git-Tag: v2.0.0-beta3~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82417ee8890613a6f85ed2bd2d85be876a8ced8d;p=thirdparty%2FLuaJIT.git Add build infrastructure for x64 interpreter. Must be explicitly enabled with: make clean && make "CC=gcc -m64" Only works on Linux/x64. Does not work on WIN64 or OSX/x64 (yet). --- diff --git a/doc/changes.html b/doc/changes.html index ecc0c89b..2841a371 100644 --- a/doc/changes.html +++ b/doc/changes.html @@ -55,6 +55,9 @@ to see whether newer versions are available.

Development Snapshot