aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-09-15 19:27:41 +0800
committerXi Ruoyao <xry111@xry111.site>2023-09-15 19:27:41 +0800
commitd269e20dcba1ea2dfb187b3099a72bf6dfa2611f (patch)
tree921e037003cbb585747da2b62cc15a39b368bbaa /chapter05
parentba40e325667d24c3988ae5c0395c79a7fe73e6ea (diff)
chapter05/libstdc++: Remove one more .la file
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/libstdc++.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/libstdc++.xml b/chapter05/libstdc++.xml
index e0ea2e790..1dc4277ee 100644
--- a/chapter05/libstdc++.xml
+++ b/chapter05/libstdc++.xml
@@ -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>