mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-22 12:15:04 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
7abb6a9fef
@ -93,7 +93,7 @@ cd build</userinput></screen>
|
|||||||
<screen arch="default"><userinput remap="configure">../configure \
|
<screen arch="default"><userinput remap="configure">../configure \
|
||||||
--target=$LFS_TGT \
|
--target=$LFS_TGT \
|
||||||
--prefix=$LFS/tools \
|
--prefix=$LFS/tools \
|
||||||
--with-glibc-version=2.11 \
|
--with-glibc-version=&glibc-version; \
|
||||||
--with-sysroot=$LFS \
|
--with-sysroot=$LFS \
|
||||||
--with-newlib \
|
--with-newlib \
|
||||||
--without-headers \
|
--without-headers \
|
||||||
@ -139,11 +139,14 @@ cd build</userinput></screen>
|
|||||||
<title>The meaning of the configure options:</title>
|
<title>The meaning of the configure options:</title>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>--with-glibc-version=2.11</parameter></term>
|
<term><parameter>--with-glibc-version=&glibc-version;</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>This option ensures the package will be compatible with the host's
|
<para>This option specifies the version of glibc which will be
|
||||||
version of glibc. It is set to the minimum glibc requirement
|
used on the target. It is not relevent to the minimum glibc
|
||||||
specified in the <xref linkend="ch-partitioning-hostreqs"/>.</para>
|
requirement specified in the
|
||||||
|
<xref linkend="ch-partitioning-hostreqs"/> because everything
|
||||||
|
compiled by pass1 gcc will run in the chroot environment,
|
||||||
|
which is isolated from glibc of the host distro.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user