Changeset 3c4e129


Ignore:
Timestamp:
09/29/2022 07:12:10 PM (19 months ago)
Author:
David Bryant <davidbryant@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
0665add
Parents:
891b48b
Message:

Make minor corrections to English idiom / style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • part3intro/toolchaintechnotes.xml

    r891b48b r3c4e129  
    147147    <note>
    148148      <para>Almost all the build systems use names of the form
    149       cpu-vendor-kernel-os, referred to as the machine triplet. The vendor
    150       field is sometimes omitted. An astute
     149      cpu-vendor-kernel-os, referred to as the machine triplet. (Sometimes,
     150      the vendor field is omitted.) An astute
    151151      reader may wonder why a <quote>triplet</quote> refers to a four component
    152152      name. The reason is historical: initially, three component names were enough
     
    161161      system it will be <emphasis>x86_64-pc-linux-gnu</emphasis>. On most
    162162      Linux systems the even simpler <command>gcc -dumpmachine</command> command
    163       will give you the similar information.</para>
     163      will give you similar information.</para>
    164164
    165165      <para>You should also be aware of the name of the platform's dynamic linker, often
     
    242242    gcc does not know that it is usable on pc, and (2) using it on pc
    243243    would create a risk of linking to the pc libraries, since cc-lfs is a native
    244     compiler. So we have to re-build libstdc++ later as a part of pass 2 gcc.</para>
     244    compiler. So we have to re-build libstdc++ twice later on: as a part of
     245    gcc stage 2, and then again in the chroot environment (gcc stage 3).</para>
    245246
    246247  </sect2>
Note: See TracChangeset for help on using the changeset viewer.