diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-07-15 01:56:52 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-07-15 01:56:52 +0000 |
commit | 12a27da73005362f481354d368781b8d9761c72e (patch) | |
tree | 36579ebcbb329a6d0b72c64c80cbdcc19c3d37c9 /chapter06/binutils.xml | |
parent | 3333b6473d706985a7613108a51a627b9b33d75f (diff) |
Fix testing of binutils-2.32 gold linker.
Update to tzdata-2019b.
Update to python3-3.7.4.
Update to meson-0.51.1.
Update to iproute2-5.2.0.
Update to grub-2.04.
Update to linux-5.2.1.
Update to bc-2.1.0.
Update to bzip2-1.0.8.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11639 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 95a263939..3d7f532e5 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -57,6 +57,11 @@ <screen><computeroutput>The system has no more ptys. Ask your system administrator to create more.</computeroutput></screen> + <para>Now remove one test that prevents the tests from running + to completion:</para> + +<screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in</userinput></screen> + <para>The Binutils documentation recommends building Binutils in a dedicated build directory:</para> @@ -152,7 +157,8 @@ cd build</userinput></screen> <screen><userinput remap="test">make -k check</userinput></screen> - <para>One test, debug_msg.sh, is known to fail.</para> + <para>The PC-relative offset test and + the debug_msg.sh test may fail in the LFS environment.</para> <para>Install the package:</para> |