[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html
Reid Spencer
reid at x10sys.com
Wed Dec 22 08:19:16 PST 2004
Changes in directory llvm/docs:
CFEBuildInstrs.html updated: 1.40 -> 1.41
---
Log message:
* Remove an unnecessary step.
* Correct a path.
---
Diffs of the changes: (+2 -10)
Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.40 llvm/docs/CFEBuildInstrs.html:1.41
--- llvm/docs/CFEBuildInstrs.html:1.40 Wed Dec 22 03:52:30 2004
+++ llvm/docs/CFEBuildInstrs.html Wed Dec 22 10:19:05 2004
@@ -225,14 +225,6 @@
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 @@
% 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>
@@ -338,7 +330,7 @@
Brian Gaeke<br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/12/22 09:52:30 $
+ Last modified: $Date: 2004/12/22 16:19:05 $
</address>
</body>
More information about the llvm-commits
mailing list