diff options
Diffstat (limited to 'doc/install.html')
-rw-r--r-- | doc/install.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install.html b/doc/install.html index 5a1ea525..07680107 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -136,7 +136,7 @@ operating systems, CPUs and compilers: | |||
136 | <td class="compatos">GCC 4.3+</td> | 136 | <td class="compatos">GCC 4.3+</td> |
137 | <td class="compatos">GCC 4.3+<br>GCC 4.1 (<a href="#ps3">PS3</a>)</td> | 137 | <td class="compatos">GCC 4.3+<br>GCC 4.1 (<a href="#ps3">PS3</a>)</td> |
138 | <td class="compatos compatno"> </td> | 138 | <td class="compatos compatno"> </td> |
139 | <td class="compatos">XEDK (<a href="#xbox360">XBox 360</a>)</td> | 139 | <td class="compatos">XEDK (<a href="#xbox360">Xbox 360</a>)</td> |
140 | </tr> | 140 | </tr> |
141 | <tr class="odd"> | 141 | <tr class="odd"> |
142 | <td class="compatcpu"><a href="#cross2">PPC/e500v2</a></td> | 142 | <td class="compatcpu"><a href="#cross2">PPC/e500v2</a></td> |
@@ -468,8 +468,8 @@ only the fast interpreter is built: | |||
468 | make HOST_CC="gcc -m32" CROSS=ppu-lv2- | 468 | make HOST_CC="gcc -m32" CROSS=ppu-lv2- |
469 | </pre> | 469 | </pre> |
470 | <p> | 470 | <p> |
471 | You can cross-compile for <b id="xbox360">XBox 360</b> using the | 471 | You can cross-compile for <b id="xbox360">Xbox 360</b> using the |
472 | XBox 360 SDK (MSVC + XEDK). Due to restrictions on consoles, the | 472 | Xbox 360 SDK (MSVC + XEDK). Due to restrictions on consoles, the |
473 | JIT compiler is disabled and only the fast interpreter is built. | 473 | JIT compiler is disabled and only the fast interpreter is built. |
474 | </p> | 474 | </p> |
475 | <p> | 475 | <p> |