Changeset bff5fef for chapter06/gcc.xml


Ignore:
Timestamp:
08/03/2014 08:28:50 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
cc440d3b
Parents:
a773230
Message:

Merged trunk.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10673 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    ra773230 rbff5fef  
    4141  <sect2 role="installation">
    4242    <title>Installation of GCC</title>
     43
     44    <para>As in Chapter 5, fix a problem identified upstream:</para>
     45
     46<screen><userinput remap="pre">sed -i 's/if \((code.*))\)/if (\1 \&amp;\&amp; \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
     47
    4348<!--
    4449    <para>First fix a problem identified upstream that causes some
     
    7883
    7984    <para>Note that for other languages, there are some prerequisites that
    80     are not available. See the BLFS Book for instructions on how to
    81     build all the GCC supported languages.</para>
     85    are not yet available. See the
     86    <ulink url="&blfs-root;view/&short-version;/general/gcc.html">BLFS Book</ulink>
     87    for instructions on how to build all of GCC's supported languages.</para>
    8288
    8389    <variablelist>
     
    130136
    131137    <para>A few unexpected failures cannot always be avoided. The GCC developers
    132     are usually aware of these issues, but have not resolved them yet. In
     138    are usually aware of these issues, but have not resolved them yet. <!-- In
    133139    particular, the <filename class="libraryfile">libmudflap</filename> tests
    134140    are known to be particularly problematic as a result of a bug in GCC
    135     (<ulink url="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20003"/>).
     141    (<ulink url="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20003"/>). -->
    136142    Unless the test results are vastly different from those at the above URL,
    137143    it is safe to continue.</para>
     
    321327        <seg>libasan.{a,so}, libatomic.{a,so}, libgcc.a, libgcc_eh.a,
    322328        libgcc_s.so, libgcov.a, libgomp.{a,so}, libiberty.a, libitm.{a,so},
    323         liblto_plugin.so, libmudflap.{a,so}, libmudflapth.{a,so},
     329        liblto_plugin.so,
    324330        libquadmath.{a,so}, libssp.{a,so},
    325331        libssp_nonshared.a, libstdc++.{a,so}, libsupc++.a and libtsan.{a,so}</seg>
     
    501507        </listitem>
    502508      </varlistentry>
    503 
     509<!--
    504510      <varlistentry id="libmudflap">
    505511        <term><filename class="libraryfile">libmudflap</filename></term>
     
    512518        </listitem>
    513519      </varlistentry>
    514 
     520-->
    515521      <varlistentry id="libquadmath">
    516522        <term><filename class="libraryfile">libquadmath</filename></term>
Note: See TracChangeset for help on using the changeset viewer.