Fix gcc patch name in Chapter 8.

This commit is contained in:
Bruce Dubbs 2021-07-01 16:24:16 -05:00
parent 33505d67f8
commit d8a492a200

View File

@ -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>