diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index ebcfa845eff..9f4b9d00b95 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -225,14 +225,6 @@ variable.
the same options as the last time. This will cause the configuration to now find the newly built llvm-gcc and llvm-g++ executables. -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
-$CFEINSTALL/target-triplet/sys-include
to
-$CFEINSTALL/lib/gcc/target-triplet/3.4-llvm/include
.
-(This should be the "include" directory in the same directory as the
-libgcc.a library, which you can find by running
-$CFEINSTALL/bin/llvm-gcc --print-libgcc-file-name
.)
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 llvm-ranlib tool to do this, as follows:
% llvm-ranlib libiberty.a % llvm-ranlib libstdc++.a % llvm-ranlib libsupc++.a - % cd $CFEINSTALL/lib/target-triplet/3.4-llvm + % cd $CFEINSTALL/lib/gcc/target-triplet/3.4-llvm % llvm-ranlib libgcc.a % llvm-ranlib libgcov.a