diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-04-18 18:53:51 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-04-18 18:53:51 +0000 |
commit | 8353ecbf5168a213e1ff2f4cdb863a2c06abca74 (patch) | |
tree | c1b12e9455125f9f191af0f59633d2f3dcb36990 /chapter06/gcc.xml | |
parent | 2966dd263a515bfef902a9d7b4067f4d8df50046 (diff) |
Fixed typo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5000 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 88870503b..c0426ef38 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -37,7 +37,7 @@ as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>, unset them when building GCC.</para> <para>Unpack both the gcc-core and the gcc-g++ tarballs—they will unpack -into the same directory. Likewise, extract the gcc-testsuite package.</para> +into the same directory. Likewise, extract the gcc-testsuite tarball.</para> <para>Apply only the No-Fixincludes patch (not the Specs patch) also used in the previous chapter:</para> |