Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    r7152faa r32c050cb  
    125125          target libraries (<filename class="libraryfile">libgcc</filename>
    126126          and <filename class="libraryfile">libstdc++</filename>) with the
    127           previously compiled GCC binaries&mdash;those binaries won't run on the
    128           host.  The GCC build system will attempt to use the host's
     127          GCC binaries compiled in this pass&mdash;those binaries won't run
     128          on the host.  The GCC build system will attempt to use the host's
    129129          C and C++ compilers as a workaround by default.
    130130          Building the GCC target libraries with a different
     
    150150        <listitem>
    151151          <para>Disable GCC sanitizer runtime libraries.  They are not
    152           needed for the temporary installation.  This switch is necessary
    153           to build GCC without
    154           <systemitem class='library'>libcrypt</systemitem> installed for
    155           the target.  In <xref linkend='ch-tools-gcc-pass1'/> it was
    156           implied by <parameter>--disable-libstdcxx</parameter>, but now we
    157           have to explicitly pass it.</para>
     152          needed for the temporary installation.  In
     153          <xref linkend='ch-tools-gcc-pass1'/> it was implied by
     154          <parameter>--disable-libstdcxx</parameter>, and now we can
     155          explicitly pass it.</para>
    158156        </listitem>
    159157      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.