Skip to content

Commit

Permalink
Add note about msys perl needed for windows/mingw32 builds.
Browse files Browse the repository at this point in the history
Patch by John Thompson!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78304 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
asl committed Aug 6, 2009
1 parent 04d1f2e commit 2bc8ef1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/GettingStarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@
</tr>
<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></sup></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>
<td>GCC 3.4.X, binutils 2.15</td>
</tr>
</table>
Expand Down Expand Up @@ -325,6 +326,11 @@
levels greater than 0 (i.e., <i>"-O1"</i> and higher).
Add <i>OPTIMIZE_OPTION="-O0"</i> to the build command line
if compiling for LLVM Release or bootstrapping the LLVM toolchain.</li>
<li><a name="pf_10">For MSYS/MinGW on Windows, be sure to install the MSYS
version of the perl package, and be sure it appears in your path
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>
</ol>
</div>

Expand Down

0 comments on commit 2bc8ef1

Please sign in to comment.