diff options
Diffstat (limited to '')
-rw-r--r-- | doc/install.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/install.html b/doc/install.html index 4d4b5ae3..be4545f5 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -134,13 +134,20 @@ operating systems, CPUs and compilers: | |||
134 | <td class="compatos compatno"> </td> | 134 | <td class="compatos compatno"> </td> |
135 | </tr> | 135 | </tr> |
136 | <tr class="even"> | 136 | <tr class="even"> |
137 | <td class="compatcpu"><a href="#cross2">ARM64</a></td> | ||
138 | <td class="compatos">GCC 4.8+</td> | ||
139 | <td class="compatos compatno"> </td> | ||
140 | <td class="compatos">Clang 3.5+</td> | ||
141 | <td class="compatos compatno"> </td> | ||
142 | </tr> | ||
143 | <tr class="odd"> | ||
137 | <td class="compatcpu"><a href="#cross2">PPC</a></td> | 144 | <td class="compatcpu"><a href="#cross2">PPC</a></td> |
138 | <td class="compatos">GCC 4.3+</td> | 145 | <td class="compatos">GCC 4.3+</td> |
139 | <td class="compatos">GCC 4.3+<br>GCC 4.1 (<a href="#ps3">PS3</a>)</td> | 146 | <td class="compatos">GCC 4.3+<br>GCC 4.1 (<a href="#ps3">PS3</a>)</td> |
140 | <td class="compatos compatno"> </td> | 147 | <td class="compatos compatno"> </td> |
141 | <td class="compatos">XEDK (<a href="#xbox360">Xbox 360</a>)</td> | 148 | <td class="compatos">XEDK (<a href="#xbox360">Xbox 360</a>)</td> |
142 | </tr> | 149 | </tr> |
143 | <tr class="odd"> | 150 | <tr class="even"> |
144 | <td class="compatcpu"><a href="#cross2">MIPS</a></td> | 151 | <td class="compatcpu"><a href="#cross2">MIPS</a></td> |
145 | <td class="compatos">GCC 4.3+</td> | 152 | <td class="compatos">GCC 4.3+</td> |
146 | <td class="compatos">GCC 4.3+</td> | 153 | <td class="compatos">GCC 4.3+</td> |
@@ -378,6 +385,9 @@ make HOST_CC="gcc -m32" CROSS=arm-linux-gnueabi- \ | |||
378 | # ARM hard-float ABI with VFP (armhf, requires recent toolchain) | 385 | # ARM hard-float ABI with VFP (armhf, requires recent toolchain) |
379 | make HOST_CC="gcc -m32" CROSS=arm-linux-gnueabihf- | 386 | make HOST_CC="gcc -m32" CROSS=arm-linux-gnueabihf- |
380 | 387 | ||
388 | # ARM64 (requires x64 host) | ||
389 | make CROSS=aarch64-linux- | ||
390 | |||
381 | # PPC | 391 | # PPC |
382 | make HOST_CC="gcc -m32" CROSS=powerpc-linux-gnu- | 392 | make HOST_CC="gcc -m32" CROSS=powerpc-linux-gnu- |
383 | 393 | ||