aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2020-05-30 14:13:54 +0000
committerXi Ruoyao <xry111@mengyan1223.wang>2020-05-30 14:13:54 +0000
commite103700d528f2d0c7ca1e3b0e2c5436c428fcc7a (patch)
tree48d9909146135bd9e711509c86c133d72df62286
parent3a1f24db76b5e100b13232a3c9766f36c4c9c80f (diff)
zstd: move it earlier in chap6 for GCC
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11872 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--appendices/dependencies.xml4
-rw-r--r--chapter06/chapter06.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml
index 99144fdd9..6798d920b 100644
--- a/appendices/dependencies.xml
+++ b/appendices/dependencies.xml
@@ -837,7 +837,7 @@
<seglistitem>
<seg>Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC,
Gettext, Glibc, GMP, Grep, M4, Make, MPC, MPFR, Patch, Perl, Sed, Tar,
- and Texinfo</seg>
+ Texinfo, and Zstd</seg>
</seglistitem>
</segmentedlist>
@@ -2786,7 +2786,7 @@
<segtitle>&before;</segtitle>
<seglistitem>
- <seg>None</seg>
+ <seg>GCC</seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index 346df82cd..cc773fe1f 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -24,6 +24,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="zlib.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bzip2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="zstd.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="file.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="readline.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="m4.xml"/>
@@ -73,7 +74,6 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grub.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="less.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gzip.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="zstd.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iproute2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kbd.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpipeline.xml"/>