diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-07-25 12:30:34 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-07-25 12:30:34 +0000 |
commit | a0de64cd751b86a3ae07ebec7cb5f76851cda7b3 (patch) | |
tree | 7c6338f214c65b0a313330dcde6132c2c801151d /chapter08/binutils.xml | |
parent | fa493eaf7f6fbbc4a7a61d7cf3555da51113cd67 (diff) |
binutils: add libctf libraries to Installed Libraries
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12004 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/binutils.xml')
-rw-r--r-- | chapter08/binutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index 6f6f7be95..aa1ca1a3a 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -178,7 +178,7 @@ cd build</userinput></screen> <seglistitem> <seg>addr2line, ar, as, c++filt, dwp, elfedit, gprof, ld, ld.bfd, ld.gold, nm, objcopy, objdump, ranlib, readelf, size, strings, and strip</seg> - <seg>libbfd.{a,so} and libopcodes.{a,so}</seg> + <seg>libbfd.{a,so}, libctf.{a,so}, libctf-nobfd.{a,so}, and libopcodes.{a,so}</seg> <seg>/usr/lib/ldscripts</seg> </seglistitem> </segmentedlist> |