lfs/chapter05
Xi Ruoyao 6099a47149
Remove libtool archive (.la) files in Chapter 5 and 6
They are really harmful.  In Binutils pass 2, libstdc++.la caused the
building system to use host /usr/lib/libstdc++.so for gprofng.  We now
has disabled gprofng for pass 2, but the similar issue also exists in
GCC pass 2.  In a normal LFS build, the building system silently uses
/usr/lib/libstdc++.so (I guess it does not blow up simply because some
blind luck); in a real cross build (x86 -> ARM for example) the build
will fail.

Remove the .la files to fix this issue.  Instead of only modifying
clfs-ng, it makes more sense to apply the change for trunk: though
the build does not fail, using host library is still a contamination.
2022-08-19 12:41:48 +08:00
..
binutils-pass1.xml Package updates. 2022-08-06 17:40:17 -05:00
chapter05.xml Slightly change the layout in part III, so that the preliminary material 2020-06-17 20:50:25 +00:00
gcc-pass1.xml gcc-12: remove --enable-initfini-array in pass 1 2022-05-06 20:31:01 +08:00
glibc.xml Speling 2022-03-24 12:11:57 -05:00
introduction.xml Slightly change the layout in part III, so that the preliminary material 2020-06-17 20:50:25 +00:00
libstdc++.xml Remove libtool archive (.la) files in Chapter 5 and 6 2022-08-19 12:41:48 +08:00
linux-headers.xml Remove spaces at end o lines - chapter05 2021-09-07 22:43:31 +02:00