aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-05-23 17:18:52 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-05-23 17:18:52 +0000
commitfe05b08956d63876ea5dcc7c3fbb2f7dc797cd9e (patch)
tree0ea757dd7b9ddbd5cc5810232cea4f6273f2f89a /chapter06/gcc.xml
parent7ae8d7987652e2cf3bc262a8b2d039c4f2dea3d0 (diff)
Add installed directories information to
each package. Thanks to Chris Staub for the patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9285 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 4e8f51574..a5b18e52c 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -276,12 +276,14 @@ SEARCH_DIR("/usr/lib");</computeroutput></screen>
<segmentedlist>
<segtitle>Installed programs</segtitle>
<segtitle>Installed libraries</segtitle>
+ <segtitle>Installed directories</segtitle>
<seglistitem>
<seg>c++, cc (link to gcc), cpp, g++, gcc, gccbug, and gcov</seg>
<seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libgcov.a, libgomp.{a,so},
libmudflap.{a,so}, libmudflapth.{a,so}, libssp.{a,so},
libssp_nonshared.a, libstdc++.{a,so} and libsupc++.a</seg>
+ <seg>/usr/include/c++, /usr/lib/gcc, /usr/share/gcc-&gcc-version;</seg>
</seglistitem>
</segmentedlist>