diff options
author | Mike Pall <mike> | 2013-02-13 11:57:04 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2013-02-13 11:57:04 +0100 |
commit | c7f0b6bca05c124d764c6f3b4de889a460212f55 (patch) | |
tree | 3a441044f913ec3956bd5b0cc057d5ae0f395971 /doc/install.html | |
parent | 4e35c025dcb7a1d9ed90c9cfec6378ac2489a641 (diff) | |
download | luajit-c7f0b6bca05c124d764c6f3b4de889a460212f55.tar.gz luajit-c7f0b6bca05c124d764c6f3b4de889a460212f55.tar.bz2 luajit-c7f0b6bca05c124d764c6f3b4de889a460212f55.zip |
Fix capitalization of 'Xbox'.
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> |