aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2015-01-04 23:54:00 +0100
committerMike Pall <mike>2015-01-04 23:54:00 +0100
commit7bdadeb3c64ac0125275c8ee94181746103f2988 (patch)
treed96d5a34b91c64c69dc03ab6aeb6ccf4de58c0a7
parente1261a07bf5d497ca7f6c53a420f1b28ac3e14dc (diff)
downloadluajit-7bdadeb3c64ac0125275c8ee94181746103f2988.tar.gz
luajit-7bdadeb3c64ac0125275c8ee94181746103f2988.tar.bz2
luajit-7bdadeb3c64ac0125275c8ee94181746103f2988.zip
ARM64: Update docs.
-rw-r--r--doc/install.html12
-rw-r--r--doc/luajit.html2
2 files changed, 12 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html
index 4d4b5ae3..be4545f5 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -134,13 +134,20 @@ operating systems, CPUs and compilers:
134<td class="compatos compatno">&nbsp;</td> 134<td class="compatos compatno">&nbsp;</td>
135</tr> 135</tr>
136<tr class="even"> 136<tr class="even">
137<td class="compatcpu"><a href="#cross2">ARM64</a></td>
138<td class="compatos">GCC 4.8+</td>
139<td class="compatos compatno">&nbsp;</td>
140<td class="compatos">Clang 3.5+</td>
141<td class="compatos compatno">&nbsp;</td>
142</tr>
143<tr class="odd">
137<td class="compatcpu"><a href="#cross2">PPC</a></td> 144<td class="compatcpu"><a href="#cross2">PPC</a></td>
138<td class="compatos">GCC 4.3+</td> 145<td class="compatos">GCC 4.3+</td>
139<td class="compatos">GCC 4.3+<br>GCC 4.1 (<a href="#ps3">PS3</a>)</td> 146<td class="compatos">GCC 4.3+<br>GCC 4.1 (<a href="#ps3">PS3</a>)</td>
140<td class="compatos compatno">&nbsp;</td> 147<td class="compatos compatno">&nbsp;</td>
141<td class="compatos">XEDK (<a href="#xbox360">Xbox 360</a>)</td> 148<td class="compatos">XEDK (<a href="#xbox360">Xbox 360</a>)</td>
142</tr> 149</tr>
143<tr class="odd"> 150<tr class="even">
144<td class="compatcpu"><a href="#cross2">MIPS</a></td> 151<td class="compatcpu"><a href="#cross2">MIPS</a></td>
145<td class="compatos">GCC 4.3+</td> 152<td class="compatos">GCC 4.3+</td>
146<td class="compatos">GCC 4.3+</td> 153<td class="compatos">GCC 4.3+</td>
@@ -378,6 +385,9 @@ make HOST_CC="gcc -m32" CROSS=arm-linux-gnueabi- \
378# ARM hard-float ABI with VFP (armhf, requires recent toolchain) 385# ARM hard-float ABI with VFP (armhf, requires recent toolchain)
379make HOST_CC="gcc -m32" CROSS=arm-linux-gnueabihf- 386make HOST_CC="gcc -m32" CROSS=arm-linux-gnueabihf-
380 387
388# ARM64 (requires x64 host)
389make CROSS=aarch64-linux-
390
381# PPC 391# PPC
382make HOST_CC="gcc -m32" CROSS=powerpc-linux-gnu- 392make HOST_CC="gcc -m32" CROSS=powerpc-linux-gnu-
383 393
diff --git a/doc/luajit.html b/doc/luajit.html
index b9984f4b..f1c675d9 100644
--- a/doc/luajit.html
+++ b/doc/luajit.html
@@ -172,7 +172,7 @@ LuaJIT is Copyright &copy; 2005-2014 Mike Pall, released under the
172<tr><td>GCC</td><td>CLANG<br>LLVM</td><td>MSVC</td></tr> 172<tr><td>GCC</td><td>CLANG<br>LLVM</td><td>MSVC</td></tr>
173</table> 173</table>
174<table class="feature cpu"> 174<table class="feature cpu">
175<tr><td>x86</td><td>x64</td><td>ARM</td><td>PPC</td><td>MIPS</td></tr> 175<tr><td>x86</td><td>x64</td><td>ARM</td><td>ARM64</td><td>PPC</td><td>MIPS</td></tr>
176</table> 176</table>
177<table class="feature fcompat"> 177<table class="feature fcompat">
178<tr><td>Lua&nbsp;5.1<br>API+ABI</td><td>+&nbsp;JIT</td><td>+&nbsp;BitOp</td><td>+&nbsp;FFI</td><td>Drop-in<br>DLL/.so</td></tr> 178<tr><td>Lua&nbsp;5.1<br>API+ABI</td><td>+&nbsp;JIT</td><td>+&nbsp;BitOp</td><td>+&nbsp;FFI</td><td>Drop-in<br>DLL/.so</td></tr>