Ignore:
Timestamp:
03/31/2021 10:41:39 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
7610848
Parents:
811b5a39
git-author:
Thomas Trepl <thomas@…> (06/29/2020 07:55:01 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:39 AM)
Message:

Update to new lfs structure

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 moved

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    r811b5a39 r6dfcfecc  
    3232
    3333      <seglistitem>
    34         <seg>&binutils-ch6-sbu;</seg>
    35         <seg>&binutils-ch6-du;</seg>
     34        <seg>&binutils-fin-sbu;</seg>
     35        <seg>&binutils-fin-du;</seg>
    3636      </seglistitem>
    3737    </segmentedlist>
     
    7373    <para>Prepare Binutils for compilation:</para>
    7474
    75 <screen><userinput remap="configure">../configure --prefix=/usr       \
     75<screen arch="default"><userinput remap="configure">../configure --prefix=/usr       \
    7676             --enable-gold       \
    7777             --enable-ld=default \
     
    8181             --enable-64-bit-bfd \
    8282             --with-system-zlib</userinput></screen>
     83<screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure">../configure --prefix=/usr       \
     84             --enable-gold       \
     85             --enable-ld=default \
     86             --enable-plugins    \
     87             --enable-shared     \
     88             --disable-werror    \
     89             --enable-64-bit-bfd \
     90             --with-system-zlib  \
     91             --enable-multilib</userinput></screen>
     92
    8393    <variablelist>
    8494      <title>The meaning of the configure parameters:</title>
     
    112122           <para>Enables 64-bit support (on hosts with narrower word sizes).
    113123           May not be needed on 64-bit systems, but does no harm.</para>
     124        </listitem>
     125      </varlistentry>
     126
     127      <varlistentry arch="ml_32,ml_x32,ml_all">
     128        <term><parameter>--enable-multilib</parameter></term>
     129        <listitem>
     130          <para>Enables multilib support in bintutils.</para>
    114131        </listitem>
    115132      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.