diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-04-30 00:23:37 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-04-30 00:23:37 +0000 |
commit | 1fb7bae85621e54e472bda251f39dbd9cdb2a8f6 (patch) | |
tree | f3259e202d1a307957ec055f51b68e3542a62225 /chapter05/stripping.xml | |
parent | 3d086301a24df2a3c12770cbcaa90ecee3570fac (diff) |
Add bc to Chapter 6 to support Linux-3.9
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/stripping.xml')
-rw-r--r-- | chapter05/stripping.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/stripping.xml b/chapter05/stripping.xml index 5a1de46a2..2d8fe6568 100644 --- a/chapter05/stripping.xml +++ b/chapter05/stripping.xml @@ -30,9 +30,9 @@ strip --strip-unneeded /tools/{,s}bin/*</userinput></screen> <screen><userinput>rm -rf /tools/{,share}/{info,man,doc}</userinput></screen> - <para>At this point, you should have at least 850 MB of free space in - <envar>$LFS</envar> that can be used to build and install Glibc in the - next phase. If you can build and install Glibc, you can build and install + <para>At this point, you should have at least 3 GB of free space in + <envar>$LFS</envar> that can be used to build and install Glibc and Gcc in + the next phase. If you can build and install Glibc, you can build and install the rest too.</para> </sect1> |