chapter05/libstdc++: Remove one more .la file

This commit is contained in:
Xi Ruoyao 2023-09-15 19:27:41 +08:00
parent ba40e32566
commit d269e20dcb
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -124,7 +124,7 @@ cd build</userinput></screen>
<para>Remove the libtool archive files because they are harmful for
cross-compilation:</para>
<screen><userinput remap="install">rm -v $LFS/usr/lib/lib{stdc++,stdc++fs,supc++}.la</userinput></screen>
<screen><userinput remap="install">rm -v $LFS/usr/lib/lib{stdc++{,exp,fs},supc++}.la</userinput></screen>
</sect2>