aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-07-01 16:24:16 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-07-01 16:24:16 -0500
commitd8a492a2006ff70a4d9e40595d1502724817e504 (patch)
treeaa60ec6bb75f7b64dd3243f29dad43e8aabf6571 /chapter08
parent33505d67f82f675d2ad01cc41105d39cbeee2287 (diff)
Fix gcc patch name in Chapter 8.
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/gcc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml
index 819396e26..26711f632 100644
--- a/chapter08/gcc.xml
+++ b/chapter08/gcc.xml
@@ -44,7 +44,7 @@
<para>First, apply a patch to fix some regressions and to cope
with the removal of an obsolete kernel header in linux-5.13:</para>
-<screen><userinput remap="pre">patch -Np1 -i ../glibc-&glibc-version;-upstream_fixes-1.patch</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch</userinput></screen>
<para>If building on x86_64, change the default directory name for 64-bit
libraries to <quote>lib</quote>:</para>