diff options
Diffstat (limited to 'chapter08/gcc.xml')
-rw-r--r-- | chapter08/gcc.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index 26711f632..f7facefdd 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -41,11 +41,6 @@ <sect2 role="installation"> <title>Installation of GCC</title> - <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 ../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> |