diff options
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r-- | chapter05/gcc-pass1.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 87dd9ab64..32ace456a 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -107,11 +107,10 @@ cd build</userinput></screen> <term><parameter>--with-glibc-version=&glibc-version;</parameter></term> <listitem> <para>This option specifies the version of glibc which will be - used on the target. It is not relevant to the minimum glibc - 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> + used on the target. It is not relevant to the libc of the host + distro because everything compiled by pass1 gcc will run in the + chroot environment, which is isolated from libc of the host + distro.</para> </listitem> </varlistentry> |