浏览代码

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

Bruce Dubbs 7 年之前
父节点
当前提交
98d90032d0
共有 5 个文件被更改,包括 37 次插入13 次删除
  1. 10 0
      chapter01/changelog.xml
  2. 11 8
      chapter05/util-linux.xml
  3. 12 1
      chapter06/binutils.xml
  4. 2 2
      general.ent
  5. 2 2
      packages.ent

+ 10 - 0
chapter01/changelog.xml

@@ -42,6 +42,16 @@
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     appropriate for the entry or if needed the entire day's listitem.
 -->
+    <listitem>
+      <para>2017-06-07</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to linux-4.11.4. Fixes
+          <ulink url="&lfs-ticket-root;4093">#4093</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2017-06-02</para>
       <itemizedlist>

+ 11 - 8
chapter05/util-linux.xml

@@ -43,17 +43,11 @@
 
     <para>Prepare Util-linux for compilation:</para>
 
-<screen revision="sysv"><userinput remap="configure">./configure --prefix=/tools                \
+<screen><userinput remap="configure">./configure --prefix=/tools                \
             --without-python               \
             --disable-makeinstall-chown    \
             --without-systemdsystemunitdir \
-            PKG_CONFIG=""</userinput></screen>
-
-<screen revision="systemd"><userinput remap="configure">./configure --prefix=/tools                   \
-            --without-python                  \
-            --disable-makeinstall-chown       \
-            --without-systemdsystemunitdir    \
-            --enable-libmount-force-mountinfo \
+            --without-ncurses              \
             PKG_CONFIG=""</userinput></screen>
 
     <variablelist>
@@ -78,6 +72,15 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><parameter>--without-ncurses</parameter></term>
+        <listitem>
+          <para>This switch disables using the ncurses library for
+          the build process. This is not needed when installing into the
+          /tools directory and avoids problems on some host distros.</para>
+        </listitem>
+      </varlistentry>
+
       <varlistentry>
         <term><parameter>--without-systemdsystemunitdir</parameter></term>
         <listitem>

+ 12 - 1
chapter06/binutils.xml

@@ -160,7 +160,7 @@ cd       build</userinput></screen>
       <segtitle>Installed directory</segtitle>
 
       <seglistitem>
-        <seg>addr2line, ar, as, c++filt, elfedit, gprof, ld, ld.bfd, nm,
+        <seg>addr2line, ar, as, c++filt, elfedit, gprof, ld, ld.bfd, ld.gold, nm,
         objcopy, objdump, ranlib, readelf, size, strings, and strip</seg>
         <seg>libbfd.{a,so} and libopcodes.{a,so}</seg>
         <seg>/usr/lib/ldscripts</seg>
@@ -249,6 +249,17 @@ cd       build</userinput></screen>
         </listitem>
       </varlistentry>
 
+      <varlistentry id="ld.gold">
+        <term><command>ld.gold</command></term>
+        <listitem>
+          <para>A cut down version of ld that only supports the 
+          elf object file format</para>
+          <indexterm zone="ch-system-binutils ld.gold">
+            <primary sortas="b-ld.gold">ld.gold</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="ld.bfd">
         <term><command>ld.bfd</command></term>
         <listitem>

+ 2 - 2
general.ent

@@ -1,4 +1,4 @@
-<!ENTITY version         "SVN-20170602">
+<!ENTITY version         "SVN-20170607">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
                                       Change to x.y for release but not -rc releases -->
 <!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
@@ -7,7 +7,7 @@
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "June 2, 2017">
+<!ENTITY releasedate     "June 7, 2017">
 
 <!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "8.1">

+ 2 - 2
packages.ent

@@ -400,12 +400,12 @@
 
 <!ENTITY linux-major-version "4">
 <!ENTITY linux-minor-version "11">
-<!ENTITY linux-patch-version "3">
+<!ENTITY linux-patch-version "4">
 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
 <!ENTITY linux-size "93,305 KB">
 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "d8f9218277a3f0d2e1703676002be428">
+<!ENTITY linux-md5 "b42388665bf214eb8f37407dcf07571a">
 <!ENTITY linux-home "http://www.kernel.org/">
 <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
  allnoconfig extended for a hopefully-bootable build on desktop machine,