summaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
authorMike Pall <mike>2010-08-27 18:32:24 +0200
committerMike Pall <mike>2010-08-27 18:32:24 +0200
commit9cb5046c3fe8da1437ec8f3bb682930b3692ba0c (patch)
treeaa128bee595c9c815039f69cbba42e24b6241183 /doc/install.html
parentb3bd9b55e0e1e7dd8037554a6d5d0f0f261cc60d (diff)
downloadluajit-9cb5046c3fe8da1437ec8f3bb682930b3692ba0c.tar.gz
luajit-9cb5046c3fe8da1437ec8f3bb682930b3692ba0c.tar.bz2
luajit-9cb5046c3fe8da1437ec8f3bb682930b3692ba0c.zip
PPC: Add stack frame layout for PPCSPE target.
PPCSPE target compiles now, but will trap for any NYI parts. Cross-compilation instructions: make HOST_CC="gcc -m32" CROSS=powerpc-e500v2-linux-gnuspe- TARGET=ppcspe
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.html b/doc/install.html
index 6e328b79..45925e7a 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -301,7 +301,7 @@ You can cross-compile for a Windows target on Debian/Ubuntu by
301installing the <tt>mingw32</tt> package and running: 301installing the <tt>mingw32</tt> package and running:
302</p> 302</p>
303<pre class="code"> 303<pre class="code">
304make CC="gcc -m32" CROSS=i586-mingw32msvc- TARGET_SYS=Windows 304make HOST_CC="gcc -m32" CROSS=i586-mingw32msvc- TARGET_SYS=Windows
305</pre> 305</pre>
306 306
307<h2>Embedding LuaJIT</h2> 307<h2>Embedding LuaJIT</h2>