diff options
author | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2022-02-19 05:45:14 +0100 |
---|---|---|
committer | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2022-02-19 05:45:14 +0100 |
commit | 3b70f926ce1f883ff9ff8cd7d58eadb2a7387674 (patch) | |
tree | 2b4af86159d7bd3856498d846b4769499e5837e0 /chapter05 | |
parent | 77ea132a9f7c790dbefbc29f1a94cb485d801852 (diff) | |
parent | d6006ef769bf0f99d35adb47687bcb34579d3b08 (diff) |
Automatic merge of trunk into multilib
Diffstat (limited to 'chapter05')
-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 96ac79463..a122ab702 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -140,11 +140,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 relevent 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> |