aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/gcc.xml
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-06-09 07:57:40 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-06-09 07:57:40 +0000
commita89ab79538224ca059d8a66a7b27470721d95b42 (patch)
tree8ed1bb7c450c549c3fb8bb6b261f0b891e34c463 /chapter08/gcc.xml
parent493d6b55bd4a2bd8893eaf25e912d1cee2de6c9a (diff)
Add an explanation for LD=ld in the final gcc configure parameters
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11909 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/gcc.xml')
-rw-r--r--chapter08/gcc.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml
index 9e4c53ec5..ad9f5418f 100644
--- a/chapter08/gcc.xml
+++ b/chapter08/gcc.xml
@@ -71,7 +71,16 @@ cd build</userinput></screen>
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>