diff options
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r-- | chapter05/gcc-pass2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 7b5130376..3d451ce11 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -25,7 +25,7 @@ <title>Re-installation of GCC</title> <para>The tools required to test GCC and Binutils are installed now: Tcl, -Expect and DejaGnu. Therefore we can now rebuild GCC and Binutils, linking +Expect and DejaGNU. Therefore we can now rebuild GCC and Binutils, linking them against the new Glibc, and test them properly (if running the test suites in this chapter). One thing to note, however, is that these test suites are highly dependent on properly functioning pseudo terminals (PTYs) which are |