diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-09-30 17:03:08 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-09-30 17:10:06 +0800 |
commit | 543c94cb9cf7e27e4817960a94e1429130799f27 (patch) | |
tree | ddf59149828b43fd77fa8c6de91ca8832a1837ab /general.ent | |
parent | 77b46db0a84285c86a4963c6fea9f3ec1b45d8f4 (diff) |
libstdc++ "stage 3" is not rebuilt for the same reason as "stage 2"
I'm pretty sure "stage 2" libstdc++ (installed in ch6) is already fully
featured. The reason to rebuild the stage 3 libstdc++ (or entire
stage 3 gcc) is same as the reason to rebuild every packages in multiple
chapters: to "settle down" it.
Merge the content of
https://www.linuxfromscratch.org/lfs/faq.html#rebuild-ch8 into the book
as an explanation.
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/general.ent b/general.ent index 1328f7c7c..81a7b51dc 100644 --- a/general.ent +++ b/general.ent @@ -123,6 +123,9 @@ <!ENTITY lfs-user "<systemitem class='username'>lfs</systemitem>"> <!ENTITY fstab "<filename>/etc/fstab</filename>"> <!ENTITY boot-dir "<filename class='directory'>/boot</filename>"> +<!ENTITY ch-final "<xref linkend='chapter-building-system'/>"> +<!ENTITY ch-tmp-cross "<xref linkend='chapter-temporary-tools'/>"> +<!ENTITY ch-tmp-chroot "<xref linkend='chapter-chroot-temporary-tools'/>"> <!ENTITY % packages-entities SYSTEM "packages.ent"> %packages-entities; |