diff options
| author | Mike Pall <mike> | 2015-01-04 23:01:16 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2015-01-04 23:01:16 +0100 |
| commit | dfe84fd8c545b6f2da721e3f86f9b00f31711abd (patch) | |
| tree | aec798be428f542a17d36990686f83a0552ae70d /doc | |
| parent | 968725c4d57851f46d5aa51ad8db8880e323300b (diff) | |
| download | luajit-dfe84fd8c545b6f2da721e3f86f9b00f31711abd.tar.gz luajit-dfe84fd8c545b6f2da721e3f86f9b00f31711abd.tar.bz2 luajit-dfe84fd8c545b6f2da721e3f86f9b00f31711abd.zip | |
PPC/e500: Drop support for this architecture.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ext_jit.html | 2 | ||||
| -rw-r--r-- | doc/install.html | 9 | ||||
| -rw-r--r-- | doc/luajit.html | 2 |
3 files changed, 2 insertions, 11 deletions
diff --git a/doc/ext_jit.html b/doc/ext_jit.html index ddc8337d..7be5c99f 100644 --- a/doc/ext_jit.html +++ b/doc/ext_jit.html | |||
| @@ -153,7 +153,7 @@ Contains the target OS name: | |||
| 153 | <h3 id="jit_arch"><tt>jit.arch</tt></h3> | 153 | <h3 id="jit_arch"><tt>jit.arch</tt></h3> |
| 154 | <p> | 154 | <p> |
| 155 | Contains the target architecture name: | 155 | Contains the target architecture name: |
| 156 | "x86", "x64", "arm", "ppc", "ppcspe", or "mips". | 156 | "x86", "x64", "arm", "ppc", or "mips". |
| 157 | </p> | 157 | </p> |
| 158 | 158 | ||
| 159 | <h2 id="jit_opt"><tt>jit.opt.*</tt> — JIT compiler optimization control</h2> | 159 | <h2 id="jit_opt"><tt>jit.opt.*</tt> — JIT compiler optimization control</h2> |
diff --git a/doc/install.html b/doc/install.html index 2ad60c32..4d4b5ae3 100644 --- a/doc/install.html +++ b/doc/install.html | |||
| @@ -141,13 +141,6 @@ operating systems, CPUs and compilers: | |||
| 141 | <td class="compatos">XEDK (<a href="#xbox360">Xbox 360</a>)</td> | 141 | <td class="compatos">XEDK (<a href="#xbox360">Xbox 360</a>)</td> |
| 142 | </tr> | 142 | </tr> |
| 143 | <tr class="odd"> | 143 | <tr class="odd"> |
| 144 | <td class="compatcpu"><a href="#cross2">PPC/e500v2</a></td> | ||
| 145 | <td class="compatos">GCC 4.3+</td> | ||
| 146 | <td class="compatos">GCC 4.3+</td> | ||
| 147 | <td class="compatos compatno"> </td> | ||
| 148 | <td class="compatos compatno"> </td> | ||
| 149 | </tr> | ||
| 150 | <tr class="even"> | ||
| 151 | <td class="compatcpu"><a href="#cross2">MIPS</a></td> | 144 | <td class="compatcpu"><a href="#cross2">MIPS</a></td> |
| 152 | <td class="compatos">GCC 4.3+</td> | 145 | <td class="compatos">GCC 4.3+</td> |
| 153 | <td class="compatos">GCC 4.3+</td> | 146 | <td class="compatos">GCC 4.3+</td> |
| @@ -387,8 +380,6 @@ make HOST_CC="gcc -m32" CROSS=arm-linux-gnueabihf- | |||
| 387 | 380 | ||
| 388 | # PPC | 381 | # PPC |
| 389 | make HOST_CC="gcc -m32" CROSS=powerpc-linux-gnu- | 382 | make HOST_CC="gcc -m32" CROSS=powerpc-linux-gnu- |
| 390 | # PPC/e500v2 (fast interpreter only) | ||
| 391 | make HOST_CC="gcc -m32" CROSS=powerpc-e500v2-linux-gnuspe- | ||
| 392 | 383 | ||
| 393 | # MIPS big-endian | 384 | # MIPS big-endian |
| 394 | make HOST_CC="gcc -m32" CROSS=mips-linux- | 385 | make HOST_CC="gcc -m32" CROSS=mips-linux- |
diff --git a/doc/luajit.html b/doc/luajit.html index 1a85f033..b9984f4b 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
| @@ -172,7 +172,7 @@ LuaJIT is Copyright © 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>e500</td><td>MIPS</td></tr> | 175 | <tr><td>x86</td><td>x64</td><td>ARM</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 5.1<br>API+ABI</td><td>+ JIT</td><td>+ BitOp</td><td>+ FFI</td><td>Drop-in<br>DLL/.so</td></tr> | 178 | <tr><td>Lua 5.1<br>API+ABI</td><td>+ JIT</td><td>+ BitOp</td><td>+ FFI</td><td>Drop-in<br>DLL/.so</td></tr> |
