mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Update to binutils-2.30.0.
Update to gcc-7.3.0. Update to tzdata-2018c. Update to linux-4.14.15. Move check from Chpater 5 to Chapter 6. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11354 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
54b3fb5e8c
commit
a6fccf3edc
@ -42,6 +42,28 @@
|
||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||
appropriate for the entry or if needed the entire day's listitem.
|
||||
-->
|
||||
<listitem>
|
||||
<para>2018-01-28</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to binutils-2.30.0. Fixes
|
||||
<ulink url="&lfs-ticket-root;4200">#4200</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to gcc-7.3.0. Fixes
|
||||
<ulink url="&lfs-ticket-root;4199">#4199</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to tzdata-2018c. Fixes
|
||||
<ulink url="&lfs-ticket-root;4198">#4198</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to linux-4.14.15. Fixes
|
||||
<ulink url="&lfs-ticket-root;4197">#4197</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2018-01-13</para>
|
||||
<itemizedlist>
|
||||
|
@ -92,9 +92,9 @@
|
||||
<listitem>
|
||||
<para>Gawk-&gawk-version;</para>
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>GCC-&gcc-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>GDBM-&gdbm-version;</para>
|
||||
</listitem>
|
||||
|
@ -24,7 +24,7 @@
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tcl.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expect.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dejagnu.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="check.xml"/>
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="check.xml"/> -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bash.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/>
|
||||
|
@ -70,6 +70,7 @@
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="procps.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="e2fsprogs.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="check.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="diffutils.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gawk.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="findutils.xml"/>
|
||||
|
@ -42,29 +42,14 @@
|
||||
|
||||
<para>Prepare Check for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">PKG_CONFIG= ./configure --prefix=/tools</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
<title>The meaning of the configure parameter:</title>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>PKG_CONFIG=</parameter></term>
|
||||
<listitem>
|
||||
<para>This tells the configure script to ignore any
|
||||
pkg-config options that may cause the system to try to link
|
||||
with libraries not in the <filename class="directory">/tools</filename>
|
||||
directory.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
||||
|
||||
<para>Build the package:</para>
|
||||
|
||||
<screen><userinput remap="make">make</userinput></screen>
|
||||
|
||||
<para>Compilation is now complete. As discussed earlier, running the test
|
||||
suite is not mandatory for the temporary tools here in this chapter. To run
|
||||
the Check test suite anyway, issue the following command:</para>
|
||||
<para>Compilation is now complete. To run the Check test suite, issue the
|
||||
following command:</para>
|
||||
|
||||
<screen><userinput remap="test">make check</userinput></screen>
|
||||
|
@ -1,13 +1,13 @@
|
||||
<!ENTITY version "SVN-20180126">
|
||||
<!ENTITY version "SVN-20180128">
|
||||
<!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}]" -->
|
||||
|
||||
<!ENTITY versiond "20180126-systemd">
|
||||
<!ENTITY versiond "20180128-systemd">
|
||||
<!ENTITY short-versiond "systemd">
|
||||
<!ENTITY generic-versiond "systemd">
|
||||
|
||||
<!ENTITY releasedate "January 26, 2018">
|
||||
<!ENTITY releasedate "January 28, 2018">
|
||||
|
||||
<!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "8.2">
|
||||
|
26
packages.ent
26
packages.ent
@ -58,10 +58,10 @@
|
||||
<!ENTITY bc-ch6-du "3.6 MB">
|
||||
<!ENTITY bc-ch6-sbu "0.1 SBU">
|
||||
|
||||
<!ENTITY binutils-version "2.29.1">
|
||||
<!ENTITY binutils-size "28,444 KB">
|
||||
<!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.bz2">
|
||||
<!ENTITY binutils-md5 "9af59a2ca3488823e453bb356fe0f113">
|
||||
<!ENTITY binutils-version "2.30.0">
|
||||
<!ENTITY binutils-size "19,802 KB">
|
||||
<!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.xz">
|
||||
<!ENTITY binutils-md5 "4cd66967e664921f682c8a257255416d">
|
||||
<!ENTITY binutils-home "&gnu-software;binutils/">
|
||||
<!ENTITY binutils-ch5p1-du "547 MB">
|
||||
<!ENTITY binutils-ch5p1-sbu "1 SBU">
|
||||
@ -215,10 +215,10 @@
|
||||
<!ENTITY gawk-ch6-du "36 MB">
|
||||
<!ENTITY gawk-ch6-sbu "0.3 SBU">
|
||||
|
||||
<!ENTITY gcc-version "7.2.0">
|
||||
<!ENTITY gcc-size "60,853 KB">
|
||||
<!ENTITY gcc-version "7.3.0">
|
||||
<!ENTITY gcc-size "60,999 KB">
|
||||
<!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
|
||||
<!ENTITY gcc-md5 "ff370482573133a7fcdd96cd2f552292">
|
||||
<!ENTITY gcc-md5 "be2da21680f27624f3a87055c4ba5af2">
|
||||
<!ENTITY gcc-home "http://gcc.gnu.org/">
|
||||
<!ENTITY gcc-ch5p1-du "2.2 GB">
|
||||
<!ENTITY gcc-ch5p1-sbu "8.9 SBU">
|
||||
@ -416,12 +416,12 @@
|
||||
|
||||
<!ENTITY linux-major-version "4">
|
||||
<!ENTITY linux-minor-version "14">
|
||||
<!ENTITY linux-patch-version "13">
|
||||
<!ENTITY linux-patch-version "15">
|
||||
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">i-->
|
||||
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
|
||||
<!ENTITY linux-size "98,464 KB">
|
||||
<!ENTITY linux-size "98,475 KB">
|
||||
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
|
||||
<!ENTITY linux-md5 "4e8bb562f8fd33d5ef1feb0435ed2b02">
|
||||
<!ENTITY linux-md5 "e1051f6b15d6399a5de2441dd4e15537">
|
||||
<!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,
|
||||
@ -649,10 +649,10 @@
|
||||
<!ENTITY texinfo-ch6-du "128 MB">
|
||||
<!ENTITY texinfo-ch6-sbu "1.1 SBU">
|
||||
|
||||
<!ENTITY tzdata-version "2017c">
|
||||
<!ENTITY tzdata-size "328 KB">
|
||||
<!ENTITY tzdata-version "2018c">
|
||||
<!ENTITY tzdata-size "334 KB">
|
||||
<!ENTITY tzdata-url "http://www.iana.org/time-zones/repository/releases/tzdata&tzdata-version;.tar.gz">
|
||||
<!ENTITY tzdata-md5 "1e751e7e08f8b68530674f04619d894d">
|
||||
<!ENTITY tzdata-md5 "c412b1531adef1be7a645ab734f86acc">
|
||||
<!ENTITY tzdata-home "http://www.iana.org/time-zones">
|
||||
|
||||
<!ENTITY udev-lfs-version "udev-lfs-20171102">
|
||||
|
Loading…
Reference in New Issue
Block a user