Changeset a89ab79


Ignore:
Timestamp:
06/09/2020 07:57:40 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
ce335792
Parents:
493d6b5
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r493d6b5 ra89ab79  
    7272
    7373    <variablelist>
    74       <title>The meaning of the new configure parameter:</title>
     74      <title>The meaning of the new configure parameters:</title>
     75
     76      <varlistentry>
     77        <term><parameter>LD=ld</parameter></term>
     78        <listitem>
     79          <para>This parameter makes the configure script use the ld installed
     80          by the binutils installed earlier in this chapter, rather than
     81          the cross-built version which would otherwise be used.</para>
     82        </listitem>
     83      </varlistentry>
    7584
    7685      <varlistentry>
Note: See TracChangeset for help on using the changeset viewer.