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-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
Note: See TracChangeset for help on using the changeset viewer.