mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Update to binutils-2.32
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11508 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
70b235f4cb
commit
1b3fac7ade
@ -43,6 +43,16 @@
|
|||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2019-02-01</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Update to binutils-2.32. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;4417">#4417</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2019-02-01</para>
|
<para>2019-02-01</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -44,9 +44,9 @@
|
|||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>Bc &bc-version;</para>
|
<para>Bc &bc-version;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
<!--<listitem>
|
<listitem>
|
||||||
<para>Binutils-&binutils-version;</para>
|
<para>Binutils-&binutils-version;</para>
|
||||||
</listitem>-->
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Bison-&bison-version;</para>
|
<para>Bison-&bison-version;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -151,7 +151,11 @@ unset GCC_INCDIR</userinput></screen>
|
|||||||
<para>Generally a few tests do not pass. The test failures listed below
|
<para>Generally a few tests do not pass. The test failures listed below
|
||||||
are usually safe to ignore.</para>
|
are usually safe to ignore.</para>
|
||||||
|
|
||||||
<screen><userinput remap="test">ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2
|
<screen><userinput remap="test">case $(uname -m) in
|
||||||
|
i?86) ln -sfnv $PWD/elf/ld-linux.so.2 /lib ;;
|
||||||
|
x86_64) ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 /lib ;;
|
||||||
|
esac
|
||||||
|
|
||||||
make check</userinput></screen>
|
make check</userinput></screen>
|
||||||
|
|
||||||
<note><para>The symbolic link above is needed to run the tests at this
|
<note><para>The symbolic link above is needed to run the tests at this
|
||||||
@ -186,10 +190,11 @@ make check</userinput></screen>
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The <emphasis>rt/tst-cputimer{1,2,3}</emphasis>
|
<para>The <emphasis>rt/tst-cputimer{1,2,3}</emphasis> tests depend on
|
||||||
tests have been known to
|
the host system kernel. Kernels 4.14.91–4.14.96,
|
||||||
fail. The reason is not completely understood, but indications are
|
4.19.13–4.19.18, and 4.20.0–4.20.5 are known to
|
||||||
that minor timing issues can trigger these failures.</para>
|
casue these tests to fail.
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!ENTITY version "SVN-20190201">
|
<!ENTITY version "SVN-20190202">
|
||||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||||
Change to x.y for release but not -rc releases -->
|
Change to x.y for release but not -rc releases -->
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
<!ENTITY versiond "20190201-systemd">
|
<!ENTITY versiond "20190202-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-versiond "systemd">
|
<!ENTITY generic-versiond "systemd">
|
||||||
|
|
||||||
<!ENTITY releasedate "February 1, 2019">
|
<!ENTITY releasedate "February 2, 2019">
|
||||||
|
|
||||||
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "8.4">
|
<!ENTITY milestone "8.4">
|
||||||
|
@ -58,10 +58,10 @@
|
|||||||
<!ENTITY bc-ch6-du "4.1 MB">
|
<!ENTITY bc-ch6-du "4.1 MB">
|
||||||
<!ENTITY bc-ch6-sbu "0.1 SBU">
|
<!ENTITY bc-ch6-sbu "0.1 SBU">
|
||||||
|
|
||||||
<!ENTITY binutils-version "2.31.1">
|
<!ENTITY binutils-version "2.32">
|
||||||
<!ENTITY binutils-size "19,989 KB">
|
<!ENTITY binutils-size "20,288 KB">
|
||||||
<!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.xz">
|
<!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.xz">
|
||||||
<!ENTITY binutils-md5 "5b7c9d4ce96f507d95c1b9a255e52418">
|
<!ENTITY binutils-md5 "0d174cdaf85721c5723bf52355be41e6">
|
||||||
<!ENTITY binutils-home "&gnu-software;binutils/">
|
<!ENTITY binutils-home "&gnu-software;binutils/">
|
||||||
<!ENTITY binutils-ch5p1-du "576 MB">
|
<!ENTITY binutils-ch5p1-du "576 MB">
|
||||||
<!ENTITY binutils-ch5p1-sbu "1 SBU">
|
<!ENTITY binutils-ch5p1-sbu "1 SBU">
|
||||||
|
Loading…
Reference in New Issue
Block a user