diff options
Diffstat (limited to '')
-rw-r--r-- | doc/install.html | 9 |
1 files changed, 0 insertions, 9 deletions
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- |