docs/GettingStarted.html: [PR8850] Add a note for x86_64-w64-mingw32.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 28 Mar 2011 06:27:12 +0000 (06:27 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 28 Mar 2011 06:27:12 +0000 (06:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128404 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index f28e5ab644fd254d60b2e9c22303feb12d689ee0..0dad3c22f6627a04c67dbf5bba796fc55f0aa68a 100644 (file)
@@ -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>&quot;--enable-shared&quot;</i>.</li>
+<li><a name="pf_12">To compile SPU backend, you need to add
+    <tt>&quot;LDFLAGS=-Wl,--stack,16777216&quot;</tt> to configure.</li>
 </ol>
 </div>