Changeset 33505d6


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.

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re3d0e26 r33505d6  
    4444    -->
    4545    <listitem>
     46      <para>2021-07-01</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[ken] - Patch gcc to fix some regressions (will be
     50          needed to build firefox-91ESR in BLFS) and to allow it to
     51          build against linux-5.13.0 kernel headers. Fixes
     52          <ulink url="&lfs-ticket-root;4875">#4875</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4658      <para>2021-06-28</para>
    4759      <itemizedlist>
  • chapter01/whatsnew.xml

    re3d0e26 r33505d6  
    283283    </listitem>-->
    284284    <listitem>
     285      <para>gcc-11.1.0-upstream_fixes-1.patch</para>
     286    </listitem>
     287    <listitem>
    285288      <para>systemd-247-upstream_fixes-2.patch</para>
    286289    </listitem>
  • chapter03/patches.xml

    re3d0e26 r33505d6  
    6868      </listitem>
    6969    </varlistentry>
    70 <!--
     70
    7171    <varlistentry>
    72       <term>GCC Cross Build Fix Patch - <token>&gcc-cross-patch-size;</token>:</term>
     72      <term>GCC Upstream Fixes Patch - <token>&gcc-upstream-fixes-patch-size;</token>:</term>
    7373      <listitem>
    74         <para>Download: <ulink url="&patches-root;&gcc-cross-patch;"/></para>
    75         <para>MD5 sum: <literal>&gcc-cross-patch-md5;</literal></para>
     74        <para>Download: <ulink url="&patches-root;&gcc-upstream-fixes-patch;"/></para>
     75        <para>MD5 sum: <literal>&gcc-upstream-fixes-patch-md5;</literal></para>
    7676      </listitem>
    7777    </varlistentry>
    78 -->
     78
    7979    <varlistentry>
    8080      <term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
  • 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
  • patches.ent

    re3d0e26 r33505d6  
    3030<!ENTITY flex-fixes-patch-size "3.4 KB">
    3131-->
    32 <!--
    33 <!ENTITY gcc-cross-patch "gcc-&gcc-version;-cet_fix-1.patch">
    34 <!ENTITY gcc-cross-patch-md5 "f37d8a6b4c943a6f8eaf541923fed838">
    35 <!ENTITY gcc-cross-patch-size "4.3 KB">
    36 -->
     32
     33<!ENTITY gcc-upstream-fixes-patch "gcc-&gcc-version;-upstream_fixes-1.patch">
     34<!ENTITY gcc-upstream-fixes-patch-md5 "27266d2a771f2ff812cb6ec9c8b456b4">
     35<!ENTITY gcc-upstream-fixes-patch-size "18.0 KB">
     36
    3737<!ENTITY glibc-fhs-patch "glibc-&glibc-version;-fhs-1.patch">
    3838<!ENTITY glibc-fhs-patch-md5 "9a5997c3452909b1769918c759eff8a2">
Note: See TracChangeset for help on using the changeset viewer.