Ignore:
Timestamp:
09/17/2014 11:10:41 AM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, 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:
5fd155f3
Parents:
01c2a351
Message:

Add upstream fixes patch to GCC pages and tag them

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14307 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    r01c2a351 r8ddc247  
    3939    or for installing additional compilers.</para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <caution>
     
    7878    </itemizedlist>
    7979
    80 <!--    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     80    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8181    <itemizedlist spacing="compact">
    8282      <listitem>
     
    8787      </listitem>
    8888    </itemizedlist>
    89 -->
     89
    9090    <bridgehead renderas="sect3">GCC Dependencies</bridgehead>
    9191
     
    135135    following commands:</para>
    136136
    137 <screen><userinput><!--patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch    &amp;&amp;
    138 -->mkdir ../gcc-build                                   &amp;&amp;
     137<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch    &amp;&amp;
     138mkdir ../gcc-build                                   &amp;&amp;
    139139cd    ../gcc-build                                   &amp;&amp;
    140140
     
    193193    <title>Command Explanations</title>
    194194
    195 <!--    <para>
     195    <para>
    196196      <command>patch ... gcc-&gcc-version;-upstream_fixes-1.patch</command>:
    197       This patch corrects bugs in the GCC optimization system, which otherwise
    198       would generate wrong code.
    199     </para>
    200 -->
     197      This patch corrects bugs in the C++ compiler, which lead to
     198      segmentation faults in some cases.
     199    </para>
     200
    201201    <para>
    202202      <command>mkdir ../gcc-build; cd ../gcc-build</command>: The
Note: See TracChangeset for help on using the changeset viewer.