diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-03-28 06:27:06 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-03-28 06:27:06 +0000 |
commit | 05c00021da832eec23e91c26f9af0acd82d5b083 (patch) | |
tree | 3ce24eb87c6a8d508b4d30660f93ce02246c85da /llvm/docs/GettingStarted.html | |
parent | 9db11f82a5c5f3c28b1345d6e1fabfc2bb128944 (diff) | |
download | bcm5719-llvm-05c00021da832eec23e91c26f9af0acd82d5b083.tar.gz bcm5719-llvm-05c00021da832eec23e91c26f9af0acd82d5b083.zip |
docs/GettingStarted.html: Add blurb "--enable-shared" on cygming.
llvm-svn: 128403
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r-- | llvm/docs/GettingStarted.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 3dd2e4a8c8c..f28e5ab644f 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -268,7 +268,8 @@ software you will need.</p> <tr> <td>MinGW/Win32</td> <td>x86<sup><a href="#pf_1">1</a>,<a href="#pf_6">6</a>, - <a href="#pf_8">8</a>, <a href="#pf_10">10</a></sup></td> + <a href="#pf_8">8</a>, <a href="#pf_10">10</a>, + <a href="#pf_11">11</a></sup></td> <td>GCC 3.4.X, binutils 2.20</td> </tr> </table> @@ -337,9 +338,8 @@ up</a></li> before any Windows-based versions such as Strawberry Perl and ActivePerl, as these have Windows-specifics that will cause the build to fail.</a></li> -<li><a name="pf_11">In general, LLVM modules requiring dynamic linking can - not be built on Windows. However, you can build LLVM tools using - <i>"make tools-only"</i>.</li> +<li><a name="pf_11">To use LLVM modules on Win32-based system, + you may configure LLVM with <i>"--enable-shared"</i>.</li> </ol> </div> |