Ignore:
Timestamp:
09/21/2014 12:45:42 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14686, systemd-13485
Children:
1023e8f
Parents:
00dc654
Message:

Merge updates from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14337 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    r00dc654 r57105fd  
    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
     
    187187  <sect2 role="commands">
    188188    <title>Command Explanations</title>
     189
     190    <para>
     191      <command>patch ... gcc-&gcc-version;-upstream_fixes-1.patch</command>:
     192      This patch corrects bugs in the C++ compiler, which lead to
     193      segmentation faults in some cases.
     194    </para>
    189195
    190196    <para>
Note: See TracChangeset for help on using the changeset viewer.