Ignore:
Timestamp:
10/31/2022 07:01:11 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
2828b85
Parents:
6219892 (diff), 61f8251 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r6219892 r98755ac  
    5151
    5252    <note><para>There are frequent misunderstandings about this chapter.  The
    53     procedures are the same as every other chapter as explained earlier (<xref
    54     linkend='buildinstr'/>).  First extract the gcc tarball from the sources
    55     directory and then change to the directory created.  Only then should you
     53    procedures are the same as every other chapter, as explained earlier (<xref
     54    linkend='buildinstr'/>).  First, extract the gcc-&gcc-version; tarball from the sources
     55    directory, and then change to the directory created.  Only then should you
    5656    proceed with the instructions below.</para></note>
    5757
     
    106106        <term><parameter>--with-glibc-version=&glibc-version;</parameter></term>
    107107        <listitem>
    108           <para>This option specifies the version of glibc which will be
     108          <para>This option specifies the version of Glibc which will be
    109109          used on the target. It is not relevant to the libc of the host
    110           distro because everything compiled by pass1 gcc will run in the
     110          distro because everything compiled by pass1 GCC will run in the
    111111          chroot environment, which is isolated from libc of the host
    112112          distro.</para>
     
    151151        <listitem>
    152152          <para>This switch forces GCC to link its internal libraries
    153           statically. We need this because the shared libraries require glibc,
     153          statically. We need this because the shared libraries require Glibc,
    154154          which is not yet installed on the target system.</para>
    155155        </listitem>
     
    203203    does not exist, so the internal header that has just been installed is a
    204204    partial, self-contained file and does not include the extended features of
    205     the system header. This is adequate for building glibc, but the full
     205    the system header. This is adequate for building Glibc, but the full
    206206    internal header will be needed later.  Create a full version of the internal
    207207    header using a command that is identical to what the GCC build system does
Note: See TracChangeset for help on using the changeset viewer.