binutils-pass2: Remove libsframe.{a,la} like other libs

This commit is contained in:
Xi Ruoyao 2023-07-25 12:33:32 +08:00
parent 91aeb6f36d
commit fb3b88e8f2
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -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>