diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-20 22:01:29 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-20 22:01:29 +0000 |
commit | 4e8a5326533f8a7a0c14077c2e905848e895d7fd (patch) | |
tree | ca663fc497def0be077dec6baa78d39525209c6e /chapter06/gcc.xml | |
parent | e043985d033951f499e41c9a6fbfa98e84ac027f (diff) |
Update contents for libexec changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 83cac4ece..1484f4ff5 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -320,7 +320,8 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen> libquadmath.{a,so}, libssp.{a,so}, libssp_nonshared.a, libstdc++.{a,so}, libsupc++.a and libtsan.{a,so}</seg> - <seg>/usr/include/c++, /usr/lib/gcc, /usr/share/gcc-&gcc-version;</seg> + <seg>/usr/include/c++, /usr/lib/gcc, /usr/libexec/gcc, + /usr/share/gcc-&gcc-version;</seg> </seglistitem> </segmentedlist> |