From cfaf80c471ac0e9bb646db582d70570340c6b413 Mon Sep 17 00:00:00 2001
From: Reid Spencer
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