mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
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.
This commit is contained in:
parent
e3d0e26c73
commit
33505d67f8
@ -42,6 +42,18 @@
|
||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||
appropriate for the entry or if needed the entire day's listitem.
|
||||
-->
|
||||
<listitem>
|
||||
<para>2021-07-01</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Patch gcc to fix some regressions (will be
|
||||
needed to build firefox-91ESR in BLFS) and to allow it to
|
||||
build against linux-5.13.0 kernel headers. Fixes
|
||||
<ulink url="&lfs-ticket-root;4875">#4875</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2021-06-28</para>
|
||||
<itemizedlist>
|
||||
|
@ -281,6 +281,9 @@
|
||||
<!--<listitem>
|
||||
<para>meson-0.56.0-upstream_fix-1.patch</para>
|
||||
</listitem>-->
|
||||
<listitem>
|
||||
<para>gcc-11.1.0-upstream_fixes-1.patch</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>systemd-247-upstream_fixes-2.patch</para>
|
||||
</listitem>
|
||||
|
@ -67,15 +67,15 @@
|
||||
<para>MD5 sum: <literal>&glibc-fhs-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<!--
|
||||
|
||||
<varlistentry>
|
||||
<term>GCC Cross Build Fix Patch - <token>&gcc-cross-patch-size;</token>:</term>
|
||||
<term>GCC Upstream Fixes Patch - <token>&gcc-upstream-fixes-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&gcc-cross-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&gcc-cross-patch-md5;</literal></para>
|
||||
<para>Download: <ulink url="&patches-root;&gcc-upstream-fixes-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&gcc-upstream-fixes-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
-->
|
||||
|
||||
<varlistentry>
|
||||
<term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -41,6 +41,11 @@
|
||||
<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 ../glibc-&glibc-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>
|
||||
|
||||
|
10
patches.ent
10
patches.ent
@ -29,11 +29,11 @@
|
||||
<!ENTITY flex-fixes-patch-md5 "b46f6b0380e502a3dfb8b503227cd680">
|
||||
<!ENTITY flex-fixes-patch-size "3.4 KB">
|
||||
-->
|
||||
<!--
|
||||
<!ENTITY gcc-cross-patch "gcc-&gcc-version;-cet_fix-1.patch">
|
||||
<!ENTITY gcc-cross-patch-md5 "f37d8a6b4c943a6f8eaf541923fed838">
|
||||
<!ENTITY gcc-cross-patch-size "4.3 KB">
|
||||
-->
|
||||
|
||||
<!ENTITY gcc-upstream-fixes-patch "gcc-&gcc-version;-upstream_fixes-1.patch">
|
||||
<!ENTITY gcc-upstream-fixes-patch-md5 "27266d2a771f2ff812cb6ec9c8b456b4">
|
||||
<!ENTITY gcc-upstream-fixes-patch-size "18.0 KB">
|
||||
|
||||
<!ENTITY glibc-fhs-patch "glibc-&glibc-version;-fhs-1.patch">
|
||||
<!ENTITY glibc-fhs-patch-md5 "9a5997c3452909b1769918c759eff8a2">
|
||||
<!ENTITY glibc-fhs-patch-size "2.8 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user