Ignore:
Timestamp:
11/04/2022 07:03:33 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib, xry111/multilib
Children:
381c8a7
Parents:
90fcd12 (diff), 5156c400 (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:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils-pass2.xml

    r90fcd12 r5f3a328  
    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>
     
    9494        <term><parameter>--enable-64-bit-bfd</parameter></term>
    9595        <listitem>
    96           <para>Enables 64-bit support (on hosts with narrower word sizes).
    97           May not be needed on 64-bit systems, but does no harm.</para>
     96          <para>Enables 64-bit support (on hosts with smaller word sizes).
     97          This may not be needed on 64-bit systems, but it does no harm.</para>
    9898        </listitem>
    9999      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.