Changeset 7abb6a9


Ignore:
Timestamp:
12/03/2021 04:45:10 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
5d6e557
Parents:
eecc4e7 (diff), 0fc98a0 (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
  • chapter05/gcc-pass1.xml

    reecc4e7 r7abb6a9  
    9494    --target=$LFS_TGT         \
    9595    --prefix=$LFS/tools       \
    96     --with-glibc-version=2.11 \
     96    --with-glibc-version=&glibc-version; \
    9797    --with-sysroot=$LFS       \
    9898    --with-newlib             \
     
    140140
    141141      <varlistentry>
    142         <term><parameter>--with-glibc-version=2.11</parameter></term>
    143         <listitem>
    144           <para>This option ensures the package will be compatible with the host's
    145           version of glibc.  It is set to the minimum glibc requirement
    146           specified in the <xref linkend="ch-partitioning-hostreqs"/>.</para>
     142        <term><parameter>--with-glibc-version=&glibc-version;</parameter></term>
     143        <listitem>
     144          <para>This option specifies the version of glibc which will be
     145          used on the target. It is not relevent to the minimum glibc
     146          requirement specified in the
     147          <xref linkend="ch-partitioning-hostreqs"/> because everything
     148          compiled by pass1 gcc will run in the chroot environment,
     149          which is isolated from glibc of the host distro.</para>
    147150        </listitem>
    148151      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.