Ignore:
Timestamp:
11/04/2022 12:29:02 AM (18 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/update-glibc
Children:
5156c400
Parents:
172185a9
git-author:
David Bryant <davidbryant@…> (11/04/2022 12:24:54 AM)
git-committer:
David Bryant <davidbryant@…> (11/04/2022 12:29:02 AM)
Message:

Edit English idiom. punctuation, etc., throughout chapter 6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils-pass2.xml

    r172185a9 r6dff9ef  
    4646    <!-- Don't remove this until Binutils upstream updates the libtool
    4747         copy.  On some host distros the issue doesn't show up.  -->
    48     <para>Binutils ships an outdated libtool copy in the tarball.  It lacks
    49     sysroot support so the produced binaries will be mistakenly linked to
    50     libraries from the host distro.  Workaround this issue:</para>
     48    <para>Binutils ships an outdated copy of libtool in the tarball.  It lacks
     49    sysroot support, so the produced binaries will be mistakenly linked to
     50    libraries from the host distro.  Work around this issue:</para>
    5151
    5252<screen><userinput remap="pre">sed '6009s/$add_dir//' -i ltmain.sh</userinput></screen>
     
    8484        <term><parameter>--enable-64-bit-bfd</parameter></term>
    8585        <listitem>
    86           <para>Enables 64-bit support (on hosts with narrower word sizes).
    87           May not be needed on 64-bit systems, but does no harm.</para>
     86          <para>Enables 64-bit support (on hosts with smaller word sizes).
     87          This may not be needed on 64-bit systems, but it does no harm.</para>
    8888        </listitem>
    8989      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.