diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-29 06:08:10 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-29 06:08:10 +0000 |
commit | 4fa86d1ec842c313976fd68f639183aac724de5e (patch) | |
tree | a22cac216c6108229b42bef7afc9273ff54cee47 /chapter06/aboutdebug.xml | |
parent | c1cfddfeaf454918bcc5fc4a478718c9513d3c8e (diff) |
Chapter 5 - Glibc: Add notes regarding test suite issues.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/aboutdebug.xml')
-rw-r--r-- | chapter06/aboutdebug.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index 141bc93d9..e8e179b09 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -21,10 +21,10 @@ with debugging symbols: 1200 KB</para></listitem> <listitem><para>a bash binary without debugging symbols: 480 KB</para></listitem> -<listitem><para>glibc and gcc files (/lib and /usr/lib) +<listitem><para>Glibc and GCC files (/lib and /usr/lib) with debugging symbols: 87 MB</para></listitem> -<listitem><para>glibc and gcc files +<listitem><para>Glibc and GCC files without debugging symbols: 16 MB</para></listitem> </itemizedlist> |