Ignore:
Timestamp:
02/08/2017 04:30:34 AM (7 years ago)
Author:
DJ Lucas <dj@…>
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, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, 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:
7f599a3
Parents:
218ba5f
Message:

Add gold linker to ch6 binutils build, restore chapter 5 bison.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11178 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils.xml

    r218ba5f re123025  
    6666    <para>Prepare Binutils for compilation:</para>
    6767
    68 <screen><userinput remap="configure">../configure --prefix=/usr    \
    69              --enable-plugins \
    70              --enable-shared  \
    71              --disable-werror \
     68<screen><userinput remap="configure">../configure --prefix=/usr       \
     69             --enable-gold       \
     70             --enable-ld=default \
     71             --enable-plugins    \
     72             --enable-shared     \
     73             --disable-werror    \
    7274             --with-system-zlib</userinput></screen>
    73 
    7475    <variablelist>
    7576      <title>The meaning of the configure parameters:</title>
     77
     78      <varlistentry>
     79        <term><parameter>--enable-gold</parameter></term>
     80        <listitem>
     81          <para>Build the gold linker and install it as ld.gold (along side the
     82          default linker).</para>
     83        </listitem>
     84      </varlistentry>
     85
     86      <varlistentry>
     87        <term><parameter>--enable-ld=default</parameter></term>
     88        <listitem>
     89          <para>Build the original bdf linker and install it as both ld (the
     90          default linker) and ld.bfd.</para>
     91        </listitem>
     92      </varlistentry>
    7693
    7794      <varlistentry>
Note: See TracChangeset for help on using the changeset viewer.