diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-18 15:54:54 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-18 15:54:54 +0000 |
commit | 62a9343da676859f731e0ad8da25f6f20baa82ef (patch) | |
tree | fe0f07b0f88587d68f63a5876ac0f821f2bbd786 /docs | |
parent | ebb0faabd3df5eab24178da692b75aa79b0d65c7 (diff) |
Capitalize Cygwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14235 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CFEBuildInstrs.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index c96adbe566..cccb726bdd 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -15,7 +15,7 @@ <ol> <li><a href="#cautionarynote">A Cautionary Note</a> <ul> - <li><a href="#cygwin">Building under cygwin</a></li> + <li><a href="#cygwin">Building under Cygwin</a></li> </ul> </li> <li><a href="#instructions">Instructions</a></li> @@ -53,12 +53,12 @@ process, and you should <b>only</b> try to do it if:</p> <!--=========================================================================--> <div class="doc_subsection"> - <a name="cygwin">Building under cygwin</a> + <a name="cygwin">Building under Cygwin</a> </div> <!--=========================================================================--> <div class="doc_text"> -<p>If you are building LLVM and the C front-end under cygwin, please note that +<p>If you are building LLVM and the C front-end under Cygwin, please note that the LLVM and GCC makefiles do not correctly handle spaces in paths. To deal with this issue, make sure that your LLVM and GCC source and build trees are located in a top-level directory (like <tt>/cygdrive/c/llvm</tt> and @@ -121,7 +121,7 @@ and Settings" directory). We welcome patches to fix this issue. % gmake all; gmake install </pre> -<p><b>cygwin/x86:</b></p> +<p><b>Cygwin/x86:</b></p> <pre> % cd build |