summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStarted.html
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-03-28 06:27:12 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-03-28 06:27:12 +0000
commit10b96cb34bea4ec55a52b4b791d33ff74c930f94 (patch)
treec01c562d0c90b21f222e9da3d977fedac95c2684 /llvm/docs/GettingStarted.html
parent05c00021da832eec23e91c26f9af0acd82d5b083 (diff)
downloadbcm5719-llvm-10b96cb34bea4ec55a52b4b791d33ff74c930f94.tar.gz
bcm5719-llvm-10b96cb34bea4ec55a52b4b791d33ff74c930f94.zip
docs/GettingStarted.html: [PR8850] Add a note for x86_64-w64-mingw32.
llvm-svn: 128404
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r--llvm/docs/GettingStarted.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index f28e5ab644f..0dad3c22f66 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/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>&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>
OpenPOWER on IntegriCloud