diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-07 19:24:30 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-07 19:24:30 +0000 |
commit | 98d90032d07f4588d29e2c7f6619f77d312ffa57 (patch) | |
tree | b50a5651e3cd6310e97785518c1d82ddb28851ae | |
parent | 67a0cea173c1a9ed2e1e8c0f568c281e957f7ea2 (diff) |
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
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter05/util-linux.xml | 19 | ||||
-rw-r--r-- | chapter06/binutils.xml | 13 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 4 |
5 files changed, 37 insertions, 13 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0b5bc4496..84105d4a8 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,16 @@ 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> <listitem> diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml index 287d78dff..db0bc3261 100644 --- a/chapter05/util-linux.xml +++ b/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> @@ -79,6 +73,15 @@ </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> <para>On systems that use systemd, the package tries to install diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index cbaa7572e..3cc7ae0a5 100644 --- a/chapter06/binutils.xml +++ b/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> diff --git a/general.ent b/general.ent index f6e65da16..7bab1d945 100644 --- a/general.ent +++ b/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 – --> <!ENTITY milestone "8.1"> diff --git a/packages.ent b/packages.ent index 471f13ee3..16a7f0f2c 100644 --- a/packages.ent +++ b/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, |