diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-09-12 16:10:46 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-09-12 16:10:46 +0000 |
commit | 62d0130ca5d83a2181b6ab6180e9d1058901fb34 (patch) | |
tree | 6afd53667d3ccd35fa088fdf2ececf0d6b63b8f2 /chapter05/gcc-pass2-inst.xml | |
parent | 24d62f287c13f7d6875e508295ad355f5f8ee49f (diff) |
Moved the text explaining possible errors if host doesn't support devpts to the gcc-pass2 page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2-inst.xml')
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index 49b3dac1e..a25d48703 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -3,6 +3,14 @@ <sect2> <title>Re-installation of GCC</title> +<para>The tools required to test GCC and Binutils are installed now +(Expect, TCL and DejaGNU). We can continue on rebuilding GCC and Binutils, +link them against the new Glibc, and test them properly. One thing to note, +however, is that these test suites are highly dependent on the features +supported by your host distribution. Most notably, a host distribution +which does not properly support the devpts filesystem will cause most of +these tests to fail.</para> + <para>Unpack all three GCC tarballs in one and the same working directory. They will all unfold into a single <filename>gcc-&gcc-version;/</filename> subdir.</para> |