Author: pierre
Date: Tue Jun  9 00:57:40 2020
New Revision: 11909

Log:
Add an explanation for LD=ld in the final gcc configure parameters

Modified:
   branches/cross2/chapter08/gcc.xml

Modified: branches/cross2/chapter08/gcc.xml
==============================================================================
--- branches/cross2/chapter08/gcc.xml   Mon Jun  8 15:40:40 2020        (r11908)
+++ branches/cross2/chapter08/gcc.xml   Tue Jun  9 00:57:40 2020        (r11909)
@@ -71,7 +71,16 @@
     for instructions on how to build all of GCC's supported languages.</para>
 
     <variablelist>
-      <title>The meaning of the new configure parameter:</title>
+      <title>The meaning of the new configure parameters:</title>
+
+      <varlistentry>
+        <term><parameter>LD=ld</parameter></term>
+        <listitem>
+          <para>This parameter makes the configure script use the ld installed
+          by the binutils installed earlier in this chapter, rather than
+          the cross-built version which would otherwise be used.</para>
+        </listitem>
+      </varlistentry>
 
       <varlistentry>
         <term><parameter>--with-system-zlib</parameter></term>
-- 
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