diff options
-rw-r--r-- | docs/GettingStarted.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index f28e5ab644..0dad3c22f6 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -312,6 +312,11 @@ software you will need.</p> <td>Itanium (IA-64)</td> <td>HP aCC</td> </tr> +<tr> + <td>Windows x64</td> + <td>x86-64</td> + <td>mingw-w64's GCC-4.5.x<sup><a href="#pf_12">12</a></sup></td> +</tr> </table> <p><b>Notes:</b></p> @@ -340,6 +345,8 @@ up</a></li> build to fail.</a></li> <li><a name="pf_11">To use LLVM modules on Win32-based system, you may configure LLVM with <i>"--enable-shared"</i>.</li> +<li><a name="pf_12">To compile SPU backend, you need to add + <tt>"LDFLAGS=-Wl,--stack,16777216"</tt> to configure.</li> </ol> </div> |