aboutsummaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html6
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">&nbsp;</td> 138<td class="compatos compatno">&nbsp;</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:
468make HOST_CC="gcc -m32" CROSS=ppu-lv2- 468make HOST_CC="gcc -m32" CROSS=ppu-lv2-
469</pre> 469</pre>
470<p> 470<p>
471You can cross-compile for <b id="xbox360">XBox 360</b> using the 471You can cross-compile for <b id="xbox360">Xbox 360</b> using the
472XBox&nbsp;360 SDK (MSVC + XEDK). Due to restrictions on consoles, the 472Xbox&nbsp;360 SDK (MSVC + XEDK). Due to restrictions on consoles, the
473JIT compiler is disabled and only the fast interpreter is built. 473JIT compiler is disabled and only the fast interpreter is built.
474</p> 474</p>
475<p> 475<p>