summaryrefslogtreecommitdiff
path: root/docs/CFEBuildInstrs.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2005-05-13 20:38:44 +0000
committerJohn Criswell <criswell@uiuc.edu>2005-05-13 20:38:44 +0000
commitd0c4a7649c91911924b4f43966eea82b7117dd59 (patch)
treedcc9657b53ee85724a7423a21c6eb9fd00f92552 /docs/CFEBuildInstrs.html
parentb5d8e6ece62b16be441d1a13609878eefa7908b9 (diff)
downloadllvm-d0c4a7649c91911924b4f43966eea82b7117dd59.tar.gz
llvm-d0c4a7649c91911924b4f43966eea82b7117dd59.tar.bz2
llvm-d0c4a7649c91911924b4f43966eea82b7117dd59.tar.xz
Minor fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21978 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r--docs/CFEBuildInstrs.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html
index bce5f775ac..0622824956 100644
--- a/docs/CFEBuildInstrs.html
+++ b/docs/CFEBuildInstrs.html
@@ -69,7 +69,7 @@ and Settings" directory). We welcome patches to fix this issue.
</p>
<p>It has been found that the GCC 3.3.3 compiler provided with recent Cygwin
versions is incapable of compiling the LLVM CFE correctly. If your Cygwin
-installation includes GCC 3.3.3 we <i>strongly</i> recommend that you download
+installation includes GCC 3.3.3, we <i>strongly</i> recommend that you download
GCC 3.4.3, build it separately, and use it for compiling LLVM CFE. This has been
shown to work correctly.</p>
<p>Some versions of Cygwin utilize an experimental version of GNU binutils that
@@ -101,7 +101,8 @@ invalid code. Instead, use the system assembler and linker.
<p>
<ol>
<li><p>Configure and build the LLVM libraries and tools. There are two ways to
-do this: either with <i>objdir</i> == <i>srcdir</i> or not. It is recommended
+do this: either with <i>objdir</i> == <i>srcdir</i> or
+<i>objdir</i> != <i>srcdir</i>. It is recommended
that <i>srcdir</i> not be the same as <i>objdir</i>:</p>
<ul>
<li>With <i>objdir</i> != <i>srcdir</i>:<pre>
@@ -131,7 +132,7 @@ of permissions. Specify a path into which LLVM can be installed (e.g.
untar'ing an llvm-gcc.tar.gz file or checking out CVS into this
directory.</p></li>
-<li><p>Make "build" and "install" directories as siblings of the "src" tree.</p>
+<li><p>Make "build" and "install" directories as siblings of the "src" tree:</p>
<pre>
% pwd
/usr/local/example/cfrontend/src