Changeset 57105fd for general/prog


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

Location:
general/prog
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc-ada.xml

    r00dc654 r57105fd  
    5151    a binary compiler.</para>
    5252
    53     &lfs76_built;
     53    &lfs76_checked;
    5454
    5555    <caution>
     
    123123        </para>
    124124      </listitem>
    125 <!--      <listitem>
     125      <listitem>
    126126        <para>
    127127          Required patch:
    128128          <ulink url="&patch-root;/gcc-&gcc-version;-upstream_fixes-1.patch"/>
    129129        </para>
    130       </listitem> -->
     130      </listitem>
    131131    </itemizedlist>
    132132
     
    194194    following commands:</para>
    195195
    196 <screen><userinput><!--patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch &amp;&amp;
    197 -->mkdir ../gcc-build &amp;&amp;
     196<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch &amp;&amp;
     197mkdir ../gcc-build &amp;&amp;
    198198cd    ../gcc-build &amp;&amp;
    199199
     
    244244  <sect2 role="commands">
    245245    <title>Command Explanations</title>
     246
     247    <para>
     248      <command>patch ... gcc-&gcc-version;-upstream_fixes-1.patch</command>:
     249      This patch corrects bugs in the C++ compiler, which lead to
     250      segmentation faults in some cases.
     251    </para>
    246252
    247253    <para><command>mkdir ../gcc-build; cd ../gcc-build</command>: The
  • general/prog/gcc-java.xml

    r00dc654 r57105fd  
    4646    without the need for downloading a Java binary.</para>
    4747
    48     &lfs76_built;
     48    &lfs76_checked;
    4949
    5050    <caution>
     
    9191        </para>
    9292      </listitem>
    93 <!--      <listitem>
     93      <listitem>
    9494        <para>
    9595          Required patch:
    9696          <ulink url="&patch-root;/gcc-&gcc-version;-upstream_fixes-1.patch"/>
    9797        </para>
    98       </listitem> -->
     98      </listitem>
    9999    </itemizedlist>
    100100
     
    144144<screen><userinput>sed -i 's/\(install.*:\) install-.*recursive/\1/' libffi/Makefile.in         &amp;&amp;
    145145sed -i 's/\(install-data-am:\).*/\1/'             libffi/include/Makefile.in &amp;&amp;
    146 <!--
     146
    147147patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch &amp;&amp;
    148 -->
     148
    149149cp ../ecj-latest.jar ./ecj.jar &amp;&amp;
    150150
     
    204204    with <application>GCC</application>, since it is outdated compared to
    205205    <xref linkend="libffi"/>.</para>
     206
     207    <para>
     208      <command>patch ... gcc-&gcc-version;-upstream_fixes-1.patch</command>:
     209      This patch corrects bugs in the C++ compiler, which lead to
     210      segmentation faults in some cases.
     211    </para>
    206212
    207213    <para><command>mkdir ../gcc-build; cd ../gcc-build</command>: The
  • 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.