Browse Source

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
Gerard Beekmans 22 năm trước cách đây
mục cha
commit
62d0130ca5
2 tập tin đã thay đổi với 8 bổ sung7 xóa
  1. 0 7
      chapter05/dejagnu-inst.xml
  2. 8 0
      chapter05/gcc-pass2-inst.xml

+ 0 - 7
chapter05/dejagnu-inst.xml

@@ -12,12 +12,5 @@
 <para><screen><userinput>make
 make install</userinput></screen></para>
 
-<para>This completes the testing tools. We can now rebuild GCC and Binutils
-to 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>
-
 </sect2>
 

+ 8 - 0
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>