Changeset e123025


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r218ba5f re123025  
    4444-->
    4545    <listitem>
     46      <para>2017-02-08</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[dj] - Restore chapter 5 build of bison for binutils.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[dj] - Build gold linker with binutils. The bfd linker remains
     53          default.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
    4659      <para>2017-02-07</para>
    4760      <itemizedlist>
  • chapter05/chapter05.xml

    r218ba5f re123025  
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bash.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/>
    3031  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bzip2.xml"/>
    3132  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/>
  • 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>
  • general.ent

    r218ba5f re123025  
    1 <!ENTITY version         "SVN-20170207">
     1<!ENTITY version         "SVN-20170208">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20170207-systemd">
     6<!ENTITY versiond        "20170208-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "February 7, 2016">
     10<!ENTITY releasedate     "February 8, 2016">
    1111<!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
    1212<!ENTITY milestone       "8.0">
  • packages.ent

    r218ba5f re123025  
    7676<!ENTITY bison-md5 "c342201de104cc9ce0a21e0ad10d4021">
    7777<!ENTITY bison-home "&gnu-software;bison/">
     78<!ENTITY bison-ch5-du "32 MB">
     79<!ENTITY bison-ch5-sbu "0.3 SBU">
    7880<!ENTITY bison-ch6-du "32 MB">
    7981<!ENTITY bison-ch6-sbu "0.3 SBU">
Note: See TracChangeset for help on using the changeset viewer.