aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass1.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-02-17 22:26:06 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-02-17 22:26:06 +0000
commitd876f0e2f2fcb2a5b5701c2200209b0b61edba3b (patch)
tree7404aa88f7eea693202fa82d5c008ff3d9722769 /chapter05/gcc-pass1.xml
parent6cf2844d5b386bd344618fb8efc242be3db9883d (diff)
Explain with-glibc-version in gcc pass 1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11753 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r--chapter05/gcc-pass1.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 8758ac098..98f91713c 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -153,6 +153,15 @@ cd build</userinput></screen>
<title>The meaning of the configure options:</title>
<varlistentry>
+ <term><parameter>--with-glibc-version=2.11</parameter></term>
+ <listitem>
+ <para>This option ensures the package will be compatible with the host's
+ version of glibc. It is set to the minimum glibc requirement
+ specified in the <xref linkend="ch-partitioning-hostreqs"/>.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><parameter>--with-newlib</parameter></term>
<listitem>
<para>Since a working C library is not yet available, this ensures