summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CFEBuildInstrs.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-22 16:19:05 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-22 16:19:05 +0000
commite0699f746686cc11af3240140831e8959ab17cf1 (patch)
tree1e52a5769c42b6e5ddb027e1c51b97947a5d8a44 /llvm/docs/CFEBuildInstrs.html
parentd94c5f8cc964850b291a167cc686bf2142c1ef34 (diff)
downloadbcm5719-llvm-e0699f746686cc11af3240140831e8959ab17cf1.tar.gz
bcm5719-llvm-e0699f746686cc11af3240140831e8959ab17cf1.zip
* Remove an unnecessary step.
* Correct a path. llvm-svn: 19110
Diffstat (limited to 'llvm/docs/CFEBuildInstrs.html')
-rw-r--r--llvm/docs/CFEBuildInstrs.html10
1 files changed, 1 insertions, 9 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html
index ebcfa845eff..9f4b9d00b95 100644
--- a/llvm/docs/CFEBuildInstrs.html
+++ b/llvm/docs/CFEBuildInstrs.html
@@ -225,14 +225,6 @@ variable.</p>
the same options as the last time. This will cause the configuration to now find
the newly built llvm-gcc and llvm-g++ executables. </p></li>
-<li><p>If you edited header files during the C/C++ front-end build as
-described in "Fix 1" above, you must now copy those header files from
-<code>$CFEINSTALL/<i>target-triplet</i>/sys-include</code> to
-<code>$CFEINSTALL/lib/gcc/<i>target-triplet</i>/3.4-llvm/include</code>.
-(This should be the "include" directory in the same directory as the
-libgcc.a library, which you can find by running
-<code>$CFEINSTALL/bin/llvm-gcc --print-libgcc-file-name</code>.)</p></li>
-
<li><p>Rebuild your CVS tree. This shouldn't cause the whole thing to be
rebuilt, but it should build the runtime libraries. After the tree is
built, install the runtime libraries into your GCC front-end build tree.
@@ -251,7 +243,7 @@ link times. Use the <tt>llvm-ranlib</tt> tool to do this, as follows:</p>
% llvm-ranlib libiberty.a
% llvm-ranlib libstdc++.a
% llvm-ranlib libsupc++.a
- % cd $CFEINSTALL/lib/<i>target-triplet</i>/3.4-llvm
+ % cd $CFEINSTALL/lib/gcc/<i>target-triplet</i>/3.4-llvm
% llvm-ranlib libgcc.a
% llvm-ranlib libgcov.a
</pre>
OpenPOWER on IntegriCloud