Changeset e6d0be6


Ignore:
Timestamp:
08/02/2021 02:17:04 AM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
476753a
Parents:
e99d2b6
Message:

Remove unneeded gcc patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    re99d2b6 re6d0be6  
    113113    </itemizedlist>
    114114
    115     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    116     <itemizedlist spacing="compact">
    117       <listitem>
    118         <para>
    119           Required patch:
    120           <ulink url="&patch-root;/gcc-&gcc-version;-upstream_fixes-1.patch"/>
    121         </para>
    122       </listitem>
    123     </itemizedlist>
    124 
    125115    <bridgehead renderas="sect3">GCC Dependencies</bridgehead>
    126116<!--
     
    179169
    180170    <para>
    181       Install <application>GCC</application> by running the following commands.
    182       <!-- dropping the patch in really needs an explanation, but does
    183       not fit well with the current text. -->
    184       It is necessary to apply the same patch now used in LFS to fix
    185       various regressions.
    186     </para>
    187 
    188 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch &amp;&amp;
    189 
    190 case $(uname -m) in
     171      Install <application>GCC</application> by running the following commands:
     172    </para>
     173
     174<screen><userinput>case $(uname -m) in
    191175  x86_64)
    192176    sed -i.orig '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64
Note: See TracChangeset for help on using the changeset viewer.