Commit Graph

6 Commits

Author SHA1 Message Date
Poltern
499ee2fefc Translated glibc and libstdc++ 2023-06-29 00:43:30 +05:00
Poltern
9614d13246 Small fix 2023-05-26 02:07:20 +05:00
Poltern
3cc75c95ff Fix Makefile for pdf generation 2023-05-24 13:49:18 +05:00
Poltern
4cb26ecb54 Correction of endings 2023-05-24 11:00:49 +05:00
Vladimir Pertsev
18b842c96d 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 21:38:23 +05:00
Vladimir Pertsev
5cec9aa026 Added sections to chapter 5 (Добавлены разделы в главу 5)
- Glibc (Сборка Glibc)
- Libstdc++ Pass 1 (Libstdc++ Проход 1)
2022-05-21 00:53:51 +05:00