Changeset 98d9003


Ignore:
Timestamp:
06/07/2017 07:24:30 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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.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:
d76a82b2
Parents:
67a0cea
Message:

Update to linux-4.11.4.
Add ld.gold description to binutils.
Update instructions for Chapter5 util-linux.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r67a0cea r98d9003  
    4444-->
    4545    <listitem>
     46      <para>2017-06-07</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to linux-4.11.4. Fixes
     50          <ulink url="&lfs-ticket-root;4093">#4093</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4656      <para>2017-06-02</para>
    4757      <itemizedlist>
  • chapter05/util-linux.xml

    r67a0cea r98d9003  
    4444    <para>Prepare Util-linux for compilation:</para>
    4545
    46 <screen revision="sysv"><userinput remap="configure">./configure --prefix=/tools                \
     46<screen><userinput remap="configure">./configure --prefix=/tools                \
    4747            --without-python               \
    4848            --disable-makeinstall-chown    \
    4949            --without-systemdsystemunitdir \
    50             PKG_CONFIG=""</userinput></screen>
    51 
    52 <screen revision="systemd"><userinput remap="configure">./configure --prefix=/tools                   \
    53             --without-python                  \
    54             --disable-makeinstall-chown       \
    55             --without-systemdsystemunitdir    \
    56             --enable-libmount-force-mountinfo \
     50            --without-ncurses              \
    5751            PKG_CONFIG=""</userinput></screen>
    5852
     
    7670          /tools directory and avoids the necessity of installing as
    7771          root.</para>
     72        </listitem>
     73      </varlistentry>
     74
     75      <varlistentry>
     76        <term><parameter>--without-ncurses</parameter></term>
     77        <listitem>
     78          <para>This switch disables using the ncurses library for
     79          the build process. This is not needed when installing into the
     80          /tools directory and avoids problems on some host distros.</para>
    7881        </listitem>
    7982      </varlistentry>
  • chapter06/binutils.xml

    r67a0cea r98d9003  
    161161
    162162      <seglistitem>
    163         <seg>addr2line, ar, as, c++filt, elfedit, gprof, ld, ld.bfd, nm,
     163        <seg>addr2line, ar, as, c++filt, elfedit, gprof, ld, ld.bfd, ld.gold, nm,
    164164        objcopy, objdump, ranlib, readelf, size, strings, and strip</seg>
    165165        <seg>libbfd.{a,so} and libopcodes.{a,so}</seg>
     
    246246          <indexterm zone="ch-system-binutils ld">
    247247            <primary sortas="b-ld">ld</primary>
     248          </indexterm>
     249        </listitem>
     250      </varlistentry>
     251
     252      <varlistentry id="ld.gold">
     253        <term><command>ld.gold</command></term>
     254        <listitem>
     255          <para>A cut down version of ld that only supports the
     256          elf object file format</para>
     257          <indexterm zone="ch-system-binutils ld.gold">
     258            <primary sortas="b-ld.gold">ld.gold</primary>
    248259          </indexterm>
    249260        </listitem>
  • general.ent

    r67a0cea r98d9003  
    1 <!ENTITY version         "SVN-20170602">
     1<!ENTITY version         "SVN-20170607">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
     
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "June 2, 2017">
     10<!ENTITY releasedate     "June 7, 2017">
    1111
    1212<!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    r67a0cea r98d9003  
    401401<!ENTITY linux-major-version "4">
    402402<!ENTITY linux-minor-version "11">
    403 <!ENTITY linux-patch-version "3">
     403<!ENTITY linux-patch-version "4">
    404404<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    405405<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    406406<!ENTITY linux-size "93,305 KB">
    407407<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    408 <!ENTITY linux-md5 "d8f9218277a3f0d2e1703676002be428">
     408<!ENTITY linux-md5 "b42388665bf214eb8f37407dcf07571a">
    409409<!ENTITY linux-home "http://www.kernel.org/">
    410410<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
Note: See TracChangeset for help on using the changeset viewer.