Changeset 8a8177f9 for chapter06/gcc.xml


Ignore:
Timestamp:
08/03/2014 04:37:17 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
c26c46ba
Parents:
0bf4dfe
Message:

Intermediate commit to test a change to gcc.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    r0bf4dfe r8a8177f9  
    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
     
    131136
    132137    <para>A few unexpected failures cannot always be avoided. The GCC developers
    133     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
    134139    particular, the <filename class="libraryfile">libmudflap</filename> tests
    135140    are known to be particularly problematic as a result of a bug in GCC
    136     (<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"/>). -->
    137142    Unless the test results are vastly different from those at the above URL,
    138143    it is safe to continue.</para>
     
    322327        <seg>libasan.{a,so}, libatomic.{a,so}, libgcc.a, libgcc_eh.a,
    323328        libgcc_s.so, libgcov.a, libgomp.{a,so}, libiberty.a, libitm.{a,so},
    324         liblto_plugin.so, libmudflap.{a,so}, libmudflapth.{a,so},
     329        liblto_plugin.so,
    325330        libquadmath.{a,so}, libssp.{a,so},
    326331        libssp_nonshared.a, libstdc++.{a,so}, libsupc++.a and libtsan.{a,so}</seg>
     
    502507        </listitem>
    503508      </varlistentry>
    504 
     509<!--
    505510      <varlistentry id="libmudflap">
    506511        <term><filename class="libraryfile">libmudflap</filename></term>
     
    513518        </listitem>
    514519      </varlistentry>
    515 
     520-->
    516521      <varlistentry id="libquadmath">
    517522        <term><filename class="libraryfile">libquadmath</filename></term>
Note: See TracChangeset for help on using the changeset viewer.