Author: bdubbs
Date: Mon Feb 17 14:26:06 2020
New Revision: 11753

Log:
Explain with-glibc-version in gcc pass 1

Modified:
   trunk/BOOK/chapter05/gcc-pass1.xml

Modified: trunk/BOOK/chapter05/gcc-pass1.xml
==============================================================================
--- trunk/BOOK/chapter05/gcc-pass1.xml  Sun Feb 16 13:47:20 2020        (r11752)
+++ trunk/BOOK/chapter05/gcc-pass1.xml  Mon Feb 17 14:26:06 2020        (r11753)
@@ -153,6 +153,15 @@
       <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
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to