Changeset 33505d6 for chapter08/gcc.xml


Ignore:
Timestamp:
07/01/2021 06:34:12 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
d8a492a
Parents:
e3d0e26
Message:

Patch gcc :

Fix some regressions, and cope with removal of a kernel header in
linux-5.13 which broke the build in chapter 8's bootstrap.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    re3d0e26 r33505d6  
    4141  <sect2 role="installation">
    4242    <title>Installation of GCC</title>
     43
     44    <para>First, apply a patch to fix some regressions and to cope
     45    with the removal of an obsolete kernel header in linux-5.13:</para>
     46
     47<screen><userinput remap="pre">patch -Np1 -i ../glibc-&glibc-version;-upstream_fixes-1.patch</userinput></screen>
    4348
    4449    <para>If building on x86_64, change the default directory name for 64-bit
Note: See TracChangeset for help on using the changeset viewer.