diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-22 13:32:02 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-22 13:32:02 +0000 |
commit | 2e86ff80bad81cde7de8221eb8bc61a06c16a063 (patch) | |
tree | f64bbfc85d550dd5ff7ea483f2454a3de579ce95 | |
parent | 7e71b37e2e019399b5085410e4249d1064589a46 (diff) |
Fixes to binutils chap6 tests.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10719 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/binutils.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 71868fdfc..4d99cefcb 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -118,10 +118,7 @@ cd ../binutils-build</userinput></screen> <para>Test the results:</para> -<screen><userinput remap="test">make check</userinput></screen> - - <para>Six tests in the lto.exp testsuite are known to fail due - to changes in the most recent version of gcc.</para> +<screen><userinput remap="test">make -k check</userinput></screen> <para>Install the package:</para> |