aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-07-25 12:33:32 +0800
committerXi Ruoyao <xry111@xry111.site>2023-07-25 12:33:32 +0800
commitfb3b88e8f288563f26096ecf5eb6d2ad749ae5e5 (patch)
tree318a443c5664d773f81b69b67117ad4dd10c3132 /chapter06
parent91aeb6f36d52d44f44032985b3917221b7b78590 (diff)
binutils-pass2: Remove libsframe.{a,la} like other libs
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/binutils-pass2.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/binutils-pass2.xml b/chapter06/binutils-pass2.xml
index ef5c18433..7b0f1fc20 100644
--- a/chapter06/binutils-pass2.xml
+++ b/chapter06/binutils-pass2.xml
@@ -101,7 +101,7 @@ cd build</userinput></screen>
<para>Remove the libtool archive files because they are harmful for
cross compilation, and remove unnecessary static libraries:</para>
-<screen><userinput remap="install">rm -v $LFS/usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.{a,la}</userinput></screen>
+<screen><userinput remap="install">rm -v $LFS/usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes,sframe}.{a,la}</userinput></screen>
</sect2>